toolchain: remove multilib
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 28 Jul 2010 10:07:04 +0000 (12:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 28 Jul 2010 21:21:45 +0000 (23:21 +0200)
commit5575d205c35942d992db636a4f7caa246340bd0c
tree6ae43969230dafadd05852e85ff55dd4e26f7b3c
parent6d4a992e2b817cc14276c68e0321edaf66450cf3
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>
22 files changed:
configs/arm_toolchain_defconfig
configs/at91rm9200df_defconfig
configs/at91sam9260dfc_defconfig
configs/at91sam9260pf_defconfig
configs/at91sam9261ek_defconfig
configs/at91sam9263ek_defconfig
configs/at91sam9g20dfc_defconfig
configs/atngw100-base_defconfig
configs/atngw100_defconfig
configs/atstk1005_defconfig
configs/atstk100x_defconfig
configs/i386_defconfig
configs/i686_defconfig
configs/integrator926_defconfig
configs/integrator926_huge_defconfig
configs/kb9202_defconfig
configs/v100sc2_defconfig
target/xtensa/defconfig
toolchain/Makefile.in
toolchain/binutils/binutils.mk
toolchain/gcc/gcc-uclibc-4.x.mk
toolchain/toolchain-buildroot/Config.in.2