diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-30 22:51:22 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-30 22:51:22 +0200 |
commit | 80a4b27e68e96983500939ad71b43fee1d545efd (patch) | |
tree | 439ee6038210922043ca70b49f51aa2517a43467 | |
parent | 0622671d268baa7ab9ace8d4ccd3d0e58c9f761b (diff) | |
download | crosstool-ng-80a4b27e68e96983500939ad71b43fee1d545efd.tar.gz crosstool-ng-80a4b27e68e96983500939ad71b43fee1d545efd.tar.bz2 crosstool-ng-80a4b27e68e96983500939ad71b43fee1d545efd.zip |
complibs: remove help entries, as they're not used
The help entries for each of the companion libraries are now
wrong, and anyway are not displayed. Nuke, nuke, nuke...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | config/companion_libs.in | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in index 66598849..ef728c05 100644 --- a/config/companion_libs.in +++ b/config/companion_libs.in @@ -17,48 +17,17 @@ config WRAPPER_NEEDED config GMP bool select COMPLIBS - help - gcc 4.3.0 and above requires GMP to build some frontends, and some - other components can use them as well. - - This will be automatically selected if you choose gcc>=4.3.0, but you - can say 'Y' here if you want to build this library for the other - components (that don't select them by default). - - The packages that can use GMP and MPFR are: - - binutils - - gcc - - gdb config MPFR bool select GMP select COMPLIBS - help - gcc 4.3.0 and above requires MPFR to build some frontends, and some - other components can use them as well. - - This will be automatically selected if you choose gcc>=4.3.0, but you - can say 'Y' here if you want to build this library for the other - components (that don't select them by default). - - The packages that can use GMP and MPFR are: - - binutils - - gcc - - gdb config PPL bool select GMP select MPFR select COMPLIBS - help - gcc-4.4.0 and above requires PPL to build some parts of the optimiser - (the GRAPHITE loop optimisation, to be precise). - - This will be automatically selected if you choose gcc>=4.4.0, but you - can say 'Y' here, although it is unknown yet if any other component - can use it. config CLOOG bool @@ -66,13 +35,6 @@ config CLOOG select MPFR select PPL select COMPLIBS - help - gcc-4.4.0 and above requires CLooG/PPL to build some parts of the - optimiser (the GRAPHITE loop optimisation, to be precise). - - This will be automatically selected if you choose gcc>=4.4.0, but you - can say 'Y' here, although it is unknown yet if any other component - can use it. config MPC bool @@ -81,26 +43,10 @@ config MPC select PPL select CLOOG select COMPLIBS - help - gcc-4.4.0 and above can also optionally use MPC to enable additional - optimisations on complex numbers. Although MPC is optional, - crosstool-NG requires it and uses it to build gcc >= 4.4.0. - - This will be automatically selected if you choose gcc>=4.4.0, but you - can say 'Y' here, although it is unknown yet if any other component - can use it. config LIBELF bool select COMPLIBS - help - gcc-4.5.0 and above can also use libelf to enable some optimisation - (LTO, Link-Time Optimisation, to be precise). Although libelf is - optional, crosstool-NG requires it and uses it to build gcc >= 4.5.0. - - This will be automatically selected if you choose gcc>=4.5.0, but you - can say 'Y' here, although it is unknown yet if any other component - can use it. config LIBELF_TARGET bool |