diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-04-17 20:51:26 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-04-17 20:51:26 +0000 |
commit | 8f74ada73391b31afecf892bda94d5c6d75df896 (patch) | |
tree | ced6ef6888e1c7e01281e8572277943349fe2a2d /config/target.in | |
parent | dd862bd7a46c6bb3f1a9d4bda7bf12c81dd7004b (diff) | |
download | crosstool-ng-8f74ada73391b31afecf892bda94d5c6d75df896.tar.gz crosstool-ng-8f74ada73391b31afecf892bda94d5c6d75df896.tar.bz2 crosstool-ng-8f74ada73391b31afecf892bda94d5c6d75df896.zip |
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(-)
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/target.in b/config/target.in index af2e0320..256843f9 100644 --- a/config/target.in +++ b/config/target.in @@ -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" |