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.
This commit is contained in:
Yann E. MORIN" 2009-08-30 19:34:08 +02:00
parent 655be7da5b
commit 94dbc02a8b

View File

@ -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