mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
config/arch: also export bitness as a string
This commit is contained in:
parent
652d8eebd9
commit
4d4fbdcc61
@ -31,6 +31,7 @@ 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
|
||||
@ -112,6 +113,11 @@ config ARCH_DEFAULT_64
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_BITNESS
|
||||
int
|
||||
default "32" if ARCH_32
|
||||
default "64" if ARCH_64
|
||||
|
||||
choice
|
||||
bool
|
||||
prompt "Bitness:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user