mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
Add AVR32 options to gcc
This commit is contained in:
parent
eda1d6d6f1
commit
f4933fcbb3
@ -10,6 +10,12 @@ TARGET_OPTIMIZATION:=$(strip $(subst ",, $(BR2_TARGET_OPTIMIZATION)))
|
|||||||
#"))
|
#"))
|
||||||
EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS)))
|
EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS)))
|
||||||
#"))
|
#"))
|
||||||
|
|
||||||
|
# AVR32 GCC configuration
|
||||||
|
ifeq ($(strip $(BR2_GCC_AVR32_CONFIGURATION)),y)
|
||||||
|
EXTRA_GCC_CONFIG_OPTIONS+=--disable-libmudflap
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(subst ",, $(BR2_GCC_IS_SNAP))),y)
|
ifeq ($(strip $(subst ",, $(BR2_GCC_IS_SNAP))),y)
|
||||||
#"))
|
#"))
|
||||||
GCC_SNAP_DATE:=$(strip $(subst ",, $(BR2_GCC_SNAP_DATE)))
|
GCC_SNAP_DATE:=$(strip $(subst ",, $(BR2_GCC_SNAP_DATE)))
|
||||||
@ -79,5 +85,10 @@ EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--enable-intermodule
|
|||||||
endif
|
endif
|
||||||
endif # BR2_PREFER_IMA=y
|
endif # BR2_PREFER_IMA=y
|
||||||
|
|
||||||
|
# AVR32 target GCC configuration
|
||||||
|
ifeq ($(strip $(BR2_GCC_TARGET_AVR32_CONFIGURATION)),y)
|
||||||
|
EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--disable-libmudflap
|
||||||
|
endif
|
||||||
|
|
||||||
TARGETS+=gcc_target
|
TARGETS+=gcc_target
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user