diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-30 11:33:52 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-30 11:33:52 +0000 |
commit | a865cf8aeb4c17cc07a6e8de5f51a2f00a1ae61f (patch) | |
tree | 868fad47ddd186ff6bfb68f9e7c8fd24a9b2905b /config/target.in | |
parent | 10d2b526653a8d4faa7e35fb9158daba66262a5f (diff) | |
download | crosstool-ng-a865cf8aeb4c17cc07a6e8de5f51a2f00a1ae61f.tar.gz crosstool-ng-a865cf8aeb4c17cc07a6e8de5f51a2f00a1ae61f.tar.bz2 crosstool-ng-a865cf8aeb4c17cc07a6e8de5f51a2f00a1ae61f.zip |
Re-order architecture specifics.
/trunk/config/target.in | 12 7 5 0 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config/target.in b/config/target.in index 3a31d904..e848d301 100644 --- a/config/target.in +++ b/config/target.in @@ -7,18 +7,20 @@ config ARCH # Pre-declare target optimisation variables config ARCH_SUPPORT_ARCH -config ARCH_ARCH config ARCH_SUPPORT_ABI -config ARCH_ABI config ARCH_SUPPORT_CPU -config ARCH_CPU config ARCH_SUPPORT_TUNE -config ARCH_TUNE config ARCH_SUPPORT_FPU -config ARCH_FPU config ARCH_SUPPORTS_BOTH_ENDIAN config ARCH_DEFAULT_BE config ARCH_DEFAULT_LE +config ARCH_ARCH +config ARCH_ABI +config ARCH_CPU +config ARCH_TUNE +config ARCH_FPU +config ARCH_BE +config ARCH_LE config ARCH_FLOAT_HW config ARCH_FLOAT_SW config TARGET_CFLAGS |