mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
- 4.0.4 *seems* to support this too, so just exclude anything that is even older than that one.
This commit is contained in:
parent
5e1f034bca
commit
4cf81d9970
@ -60,12 +60,10 @@ EXTRA_TARGET_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_TARGET_GCC_CONF
|
|||||||
#"))
|
#"))
|
||||||
|
|
||||||
ifeq ($(BR2_PREFER_IMA),y)
|
ifeq ($(BR2_PREFER_IMA),y)
|
||||||
# >= 4.1
|
# >= 4.x
|
||||||
ifeq ($(findstring 4.,$(GCC_VERSION)),4.)
|
ifneq ($(findstring 3.,$(GCC_VERSION)),3.)
|
||||||
ifneq ($(findstring 4.0,$(GCC_VERSION)),4.0)
|
|
||||||
EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--enable-intermodule
|
EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--enable-intermodule
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
endif # BR2_PREFER_IMA=y
|
endif # BR2_PREFER_IMA=y
|
||||||
|
|
||||||
TARGETS+=gcc_target
|
TARGETS+=gcc_target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user