diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 19:33:48 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 19:33:48 +0200 |
commit | 655be7da5b31d725573b928e8f063c91dbca533c (patch) | |
tree | edb8da7f2f163935354372e49d68e44d4698252f /config/config.in | |
parent | b8aa076b9f25d7f249b0326bc5dc347902cc9bdb (diff) | |
download | crosstool-ng-655be7da5b31d725573b928e8f063c91dbca533c.tar.gz crosstool-ng-655be7da5b31d725573b928e8f063c91dbca533c.tar.bz2 crosstool-ng-655be7da5b31d725573b928e8f063c91dbca533c.zip |
config: move down companion libraries sub-menu
Move the companion libraries sub-menu down the main menu.
That way, the user does not need to go back and forth in the menu
to change options set by the different components that select the
companion libraries (binutils, gcc, gdb).
Diffstat (limited to 'config/config.in')
-rw-r--r-- | config/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.in b/config/config.in index 14e1a411..99360359 100644 --- a/config/config.in +++ b/config/config.in @@ -2,9 +2,9 @@ source config/global.in source config/target.in source config/toolchain.in source config/kernel.in -source config/companion_libs.in source config/binutils.in source config/cc.in source config/libc.in source config/tools.in source config/debug.in +source config/companion_libs.in |