# HG changeset patch # User "Yann E. MORIN" # Date 1187119942 0 # Node ID 419d959441edeb6e6adf80722f2f51c55b7b4190 # Parent 3241340146dc41c1bb709a45bd75a22cb13e882b Totally comment-out the multilib option: it's not implemented, and not really implementable with the current crosstool-NG scheme. diff -r 3241340146dc -r 419d959441ed config/toolchain.in --- a/config/toolchain.in Sun Aug 12 15:19:45 2007 +0000 +++ b/config/toolchain.in Tue Aug 14 19:32:22 2007 +0000 @@ -51,22 +51,23 @@ default "linuxthreads" if THREADS_LINUXTHREADS default "none" if THREADS_NONE -config TARGET_MULTILIB - bool +#config TARGET_MULTILIB +# bool # prompt "Enable 'multilib' support (EXPERIMENTAL)" - default n - 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. +# 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