Re-order the target sub-menu, so that architectures are alphabetically ordered.

${prefix}/config/target.in |   12     6     6     0 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-04-17 20:51:26 +00:00
parent dd862bd7a4
commit 8f74ada733

View File

@ -30,6 +30,12 @@ config ARCH_IA64
depends on EXPERIMENTAL
select ARCH_SUPPORTS_BOTH_ENDIAN
config ARCH_MIPS
bool
prompt "mips"
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_BE
config ARCH_SH
bool
prompt "sh (EXPERIMENTAL)"
@ -37,12 +43,6 @@ config ARCH_SH
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE
config ARCH_MIPS
bool
prompt "mips"
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_BE
config ARCH_x86
bool
prompt "x86"