diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-28 12:07:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-28 23:21:45 +0200 |
commit | 5575d205c35942d992db636a4f7caa246340bd0c (patch) | |
tree | 6ae43969230dafadd05852e85ff55dd4e26f7b3c /configs/at91rm9200df_defconfig | |
parent | 6d4a992e2b817cc14276c68e0321edaf66450cf3 (diff) | |
download | buildroot-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 'configs/at91rm9200df_defconfig')
-rw-r--r-- | configs/at91rm9200df_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/at91rm9200df_defconfig b/configs/at91rm9200df_defconfig index 2a193cfaf..66a9984cb 100644 --- a/configs/at91rm9200df_defconfig +++ b/configs/at91rm9200df_defconfig @@ -299,7 +299,6 @@ BR2_TARGET_OPTIMIZATION="-Os -pipe" # BR2_MKLIBS is not set BR2_PACKAGE_SSTRIP_TARGET=y BR2_PACKAGE_SSTRIP_HOST=y -# BR2_ENABLE_MULTILIB is not set # BR2_VFP_FLOAT is not set BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y |