summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-07-28 12:07:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-07-28 23:21:45 +0200
commit5575d205c35942d992db636a4f7caa246340bd0c (patch)
tree6ae43969230dafadd05852e85ff55dd4e26f7b3c /toolchain/toolchain-buildroot
parent6d4a992e2b817cc14276c68e0321edaf66450cf3 (diff)
downloadbuildroot-novena-5575d205c35942d992db636a4f7caa246340bd0c.tar.gz
buildroot-novena-5575d205c35942d992db636a4f7caa246340bd0c.zip
toolchain: remove multilib
Supporting multilib is much more than just passing --enable-multilib to gcc. You have to actually build the C library several times (once for each multilib variant you want to support in your toolchain), and to pass MULTILIB_OPTIONS/MULTILIB_EXCEPTIONS values to gcc to let it know the set of multilib variants you're interested in. Since we'll probably never support multilib toolchains in Buildroot, just get rid of this BR2_ENABLE_MULTILIB option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-buildroot')
-rw-r--r--toolchain/toolchain-buildroot/Config.in.25
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2
index 512a60844..2a17796fa 100644
--- a/toolchain/toolchain-buildroot/Config.in.2
+++ b/toolchain/toolchain-buildroot/Config.in.2
@@ -5,11 +5,6 @@ source "toolchain/elf2flt/Config.in"
source "toolchain/mklibs/Config.in"
source "toolchain/sstrip/Config.in"
-config BR2_ENABLE_MULTILIB
- bool "Enable multilib support?"
- help
- Build libraries to support different ABIs.
-
config BR2_VFP_FLOAT
bool "Use ARM Vector Floating Point unit"
depends on !BR2_SOFT_FLOAT