mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
Re-order architecture specifics.
/trunk/config/target.in | 12 7 5 0 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
This commit is contained in:
parent
10d2b52665
commit
a865cf8aeb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user