summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-30 17:34:08 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-30 17:34:08 (GMT)
commit94dbc02a8ba4a7acdf9f3d6de5b48926331816c1 (patch)
tree3d70bc914ad4bcf4c7cbb9df6a3a21d2ab8b0c95
parent655be7da5b31d725573b928e8f063c91dbca533c (diff)
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.
-rw-r--r--config/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.in b/config/config.in
index 9936035..b6e6fe5 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