mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/git: make _BUG_ condition more clear
As pointed by Peter combined condition of the 2 gcc bugs is potentially wrong, but as Thomas pointed in this case it's not harmful. Let's fix it anyway since it's basically wrong even it doesn't cause harm. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
738cefe700
commit
72217a9505
@ -67,7 +67,7 @@ endif
|
|||||||
|
|
||||||
GIT_CFLAGS = $(TARGET_CFLAGS)
|
GIT_CFLAGS = $(TARGET_CFLAGS)
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180)$(BR2_TOOLCHAIN_HAS_GCC_BUG_93847),y)
|
ifneq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180)$(BR2_TOOLCHAIN_HAS_GCC_BUG_93847),)
|
||||||
GIT_CFLAGS += -O0
|
GIT_CFLAGS += -O0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user