diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-24 22:10:51 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-24 22:10:51 +0000 |
commit | 9e5b090cc52e598199f636595779f37b00c15472 (patch) | |
tree | b757cb5459998f68ce484c686cec8e9e9eeaf153 /config/toolchain.in | |
parent | c68aacb799562c91ab9c6a8ffe68d2a7874cd3ee (diff) | |
download | crosstool-ng-9e5b090cc52e598199f636595779f37b00c15472.tar.gz crosstool-ng-9e5b090cc52e598199f636595779f37b00c15472.tar.bz2 crosstool-ng-9e5b090cc52e598199f636595779f37b00c15472.zip |
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(-)
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index bc0dc848..dbfa2f12 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -51,24 +51,6 @@ config THREADS 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" |