summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Linz <linz@li-pro.net>2011-04-15 14:24:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-04-17 09:55:48 +0200
commitc04b19711ff71296e2a319317edc3fb32c203e85 (patch)
treef40c9068f77d4af426bcb1164bc1b4db244ed84a
parent260e917211887d1a8b01b2b0d24370fc71696b3b (diff)
downloadOSELAS.Toolchain-c04b19711ff71296e2a319317edc3fb32c203e85.tar.gz
OSELAS.Toolchain-c04b19711ff71296e2a319317edc3fb32c203e85.tar.xz
remove multilib configuration
Remove the unusually autoconf option '--enable-multilib'. AVR-Libc doesn't know about it. AVR-Libc just needs a multilib enabled infrastructure of binutils and gcc. With beginning of AVR-Libc version 1.7.x this option will receipted with an error. AVR-Libc 1.6.2 just doesn't complain about it. So we remove it. Signed-off-by: Stephan Linz <linz@li-pro.net> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/avrlib.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/avrlib.make b/rules/avrlib.make
index d30361a..a1281c3 100644
--- a/rules/avrlib.make
+++ b/rules/avrlib.make
@@ -59,8 +59,7 @@ AVRLIB_ENV := \
AVRLIB_AUTOCONF := \
--prefix=$(PTXCONF_SYSROOT_TARGET) \
--host=$(PTXCONF_GNU_TARGET) \
- --target=$(PTXCONF_GNU_TARGET) \
- --enable-multilib
+ --target=$(PTXCONF_GNU_TARGET)
$(STATEDIR)/avrlib.prepare:
@$(call targetinfo)