summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-01 08:58:14 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-01 08:58:14 +0000
commit7f21ead8872279edc517f386025916a9064a409b (patch)
tree03234d91ea808090f0cde72ea078750d1c5a05ed /toolchain/gcc/Makefile.in
parent419cdf292e7fa218b8321c85076544aa865691a3 (diff)
Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though objections)
Diffstat (limited to 'toolchain/gcc/Makefile.in')
-rw-r--r--toolchain/gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in
index ec14b25bd..b087eb22c 100644
--- a/toolchain/gcc/Makefile.in
+++ b/toolchain/gcc/Makefile.in
@@ -12,7 +12,7 @@ EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS)))
#"))
# AVR32 GCC configuration
-ifeq ($(strip $(BR2_GCC_AVR32_CONFIGURATION)),y)
+ifeq ($(strip $(BR2_avr32)),y)
EXTRA_GCC_CONFIG_OPTIONS+=--disable-libmudflap
endif
@@ -86,7 +86,7 @@ endif
endif # BR2_PREFER_IMA=y
# AVR32 target GCC configuration
-ifeq ($(strip $(BR2_GCC_TARGET_AVR32_CONFIGURATION)),y)
+ifeq ($(strip $(BR2_avr32)),y)
EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--disable-libmudflap
endif