# HG changeset patch # User "Yann E. MORIN" # Date 1251653648 -7200 # Node ID c2d0b8c87386d4fa53a63f8624812471eae5a766 # Parent 1b90f0b34c809023cfc7f7d1d655442b9b086e15 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. diff -r 1b90f0b34c80 -r c2d0b8c87386 config/config.in --- a/config/config.in Sun Aug 30 19:33:48 2009 +0200 +++ b/config/config.in Sun Aug 30 19:34:08 2009 +0200 @@ -5,6 +5,6 @@ source config/binutils.in source config/cc.in source config/libc.in +source config/debug.in source config/tools.in -source config/debug.in source config/companion_libs.in