From 5575d205c35942d992db636a4f7caa246340bd0c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 28 Jul 2010 12:07:04 +0200 Subject: 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 --- configs/kb9202_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/kb9202_defconfig') diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig index 1d0aa61b4..0db786644 100644 --- a/configs/kb9202_defconfig +++ b/configs/kb9202_defconfig @@ -229,7 +229,6 @@ BR2_GCC_SHARED_LIBGCC=y # BR2_MKLIBS is not set # BR2_PACKAGE_SSTRIP_TARGET is not set # BR2_PACKAGE_SSTRIP_HOST is not set -# BR2_ENABLE_MULTILIB is not set # BR2_LARGEFILE is not set # BR2_INET_IPV6 is not set # BR2_INET_RPC is not set -- cgit v1.2.3-55-g7522