diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 19:34:08 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 19:34:08 +0200 |
commit | 94dbc02a8ba4a7acdf9f3d6de5b48926331816c1 (patch) | |
tree | 3d70bc914ad4bcf4c7cbb9df6a3a21d2ab8b0c95 /config/config.in | |
parent | 655be7da5b31d725573b928e8f063c91dbca533c (diff) | |
download | crosstool-ng-94dbc02a8ba4a7acdf9f3d6de5b48926331816c1.tar.gz crosstool-ng-94dbc02a8ba4a7acdf9f3d6de5b48926331816c1.tar.bz2 crosstool-ng-94dbc02a8ba4a7acdf9f3d6de5b48926331816c1.zip |
config: swap the debug and tools sub-menus
ltrace, in the debug sub-menu, selects libelf, in the tools sub-menu.
Inverse the order of the two sub-menus, so that the user does not have
to go back and forth between the two sub-menus.
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 99360359..b6e6fe5d 100644 --- a/config/config.in +++ b/config/config.in @@ -5,6 +5,6 @@ source config/kernel.in source config/binutils.in source config/cc.in source config/libc.in -source config/tools.in source config/debug.in +source config/tools.in source config/companion_libs.in |