# HG changeset patch # User "Yann E. MORIN" # Date 1211667051 0 # Node ID 010a5f732a6f31b891d2630454b72f7c827a9c4f # Parent 38e382b3829e77ba996a5eda04ed7750d4290134 Building multi-lib aware toolchains is not supported, and won'yt be before a loooong time. Remove the associated config entry. /trunk/config/toolchain.in | 18 0 18 0 ------------------ 1 file changed, 18 deletions(-) diff -r 38e382b3829e -r 010a5f732a6f config/toolchain.in --- a/config/toolchain.in Thu May 22 22:38:37 2008 +0000 +++ b/config/toolchain.in Sat May 24 22:10:51 2008 +0000 @@ -51,24 +51,6 @@ default "linuxthreads" if THREADS_LINUXTHREADS default "none" if THREADS_NONE -#config TARGET_MULTILIB -# bool -# prompt "Enable 'multilib' support (EXPERIMENTAL)" -# default n -# depends on EXPERIMENTAL -# help -# Enable the so-called 'multilib' support. -# -# With the same toolchain, and on some architectures, you will be able to -# build big and little endian binaries, soft- and hard-float, etc... -# -# See the gcc configure manual at http://gcc.gnu.org/install/configure.html -# to see what multilib your target supports. -# -# It's preferable for now to build two (or more) toolchains, one for each -# configuration you need to support (eg. one for thumb and one for ARM, -# etc...). You can use the vendor string to diferentiate those toolchains. - config TARGET_VENDOR string prompt "Vendor string"