summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 19:32:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 19:32:22 (GMT)
commitab0fc7eab41d6e253549dbc63431f9ba153a0418 (patch)
tree79120d90eb75abee9f2b1c4c8b0910cf94880bfd /config/toolchain.in
parentecd50059896e2e5742c274df0becbb2d6dbbc6b9 (diff)
Totally comment-out the multilib option: it's not implemented, and not really implementable with the current crosstool-NG scheme.
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in31
1 files changed, 16 insertions, 15 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 1e3f949..6eb3539 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -51,22 +51,23 @@ config THREADS
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