From a6b656c7e7a550fc4fa27fa85c3ed63c076c406b Mon Sep 17 00:00:00 2001 From: schulz Date: Thu, 9 Aug 2012 18:37:57 +0000 Subject: [PATCH] Disable multilib option in gcc. The libraries for ARM will be build for the default configuration only. Once Thumb support is added, this will have to be fixed. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45419 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- tools/crosstools/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/crosstools/mmakefile.src b/tools/crosstools/mmakefile.src index 8eea2af9c6..91577b24d0 100644 --- a/tools/crosstools/mmakefile.src +++ b/tools/crosstools/mmakefile.src @@ -12,7 +12,7 @@ GCC_LANGUAGES = c,c++ GCC_EXTRA_OPTS = \ --with-arch=$(GCC_DEFAULT_CPU) --with-float=$(GCC_DEFAULT_FLOAT_ABI) --with-fpu=$(GCC_DEFAULT_FPU) --with-mode=arm \ --target=$(AROS_TARGET_CPU)-aros --bindir=$(CROSSTOOLSDIR) --enable-languages=$(GCC_LANGUAGES) \ - --enable-long-long --enable-version-specific-runtime-libs + --enable-long-long --enable-version-specific-runtime-libs --disable-multilib else GCC_LANGUAGES = c,c++,objc GCC_EXTRA_OPTS = \ -- 2.11.4.GIT