mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
Merge pull request #579 from stilor/arch-32-warning
Remove "pre-declaration" of config options
This commit is contained in:
commit
82975ae7b0
@ -5,41 +5,6 @@ menu "Target options"
|
||||
config ARCH
|
||||
string
|
||||
|
||||
# Pre-declare target optimisation variables
|
||||
config ARCH_SUPPORTS_BOTH_MMU
|
||||
config ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
config ARCH_SUPPORTS_8
|
||||
config ARCH_SUPPORTS_32
|
||||
config ARCH_SUPPORTS_64
|
||||
config ARCH_SUPPORTS_WITH_ARCH
|
||||
config ARCH_SUPPORTS_WITH_ABI
|
||||
config ARCH_SUPPORTS_WITH_CPU
|
||||
config ARCH_SUPPORTS_WITH_TUNE
|
||||
config ARCH_SUPPORTS_WITH_FLOAT
|
||||
config ARCH_SUPPORTS_WITH_FPU
|
||||
config ARCH_SUPPORTS_SOFTFP
|
||||
|
||||
config ARCH_DEFAULT_HAS_MMU
|
||||
config ARCH_DEFAULT_BE
|
||||
config ARCH_DEFAULT_LE
|
||||
config ARCH_DEFAULT_32
|
||||
config ARCH_DEFAULT_64
|
||||
|
||||
config ARCH_ARCH
|
||||
config ARCH_ABI
|
||||
config ARCH_CPU
|
||||
config ARCH_TUNE
|
||||
config ARCH_FPU
|
||||
config ARCH_BE
|
||||
config ARCH_LE
|
||||
config ARCH_32
|
||||
config ARCH_64
|
||||
config ARCH_BITNESS
|
||||
config ARCH_FLOAT_HW
|
||||
config ARCH_FLOAT_SW
|
||||
config TARGET_CFLAGS
|
||||
config TARGET_LDFLAGS
|
||||
|
||||
source "config.gen/arch.in"
|
||||
|
||||
config ARCH_SUFFIX
|
||||
|
Loading…
Reference in New Issue
Block a user