summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-30 11:33:52 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-30 11:33:52 (GMT)
commita865cf8aeb4c17cc07a6e8de5f51a2f00a1ae61f (patch)
tree868fad47ddd186ff6bfb68f9e7c8fd24a9b2905b /config
parent10d2b526653a8d4faa7e35fb9158daba66262a5f (diff)
Re-order architecture specifics.
/trunk/config/target.in | 12 7 5 0 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
Diffstat (limited to 'config')
-rw-r--r--config/target.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/config/target.in b/config/target.in
index 3a31d90..e848d30 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