mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
ce111fe36f
In backend mode, allow the upper-layer build system to force the C library selection.
23 lines
464 B
Plaintext
23 lines
464 B
Plaintext
# Options specific to crosstool-NG acting as a backend
|
|
|
|
config IS_A_BACKEND
|
|
string
|
|
option env="CT_IS_A_BACKEND"
|
|
|
|
config BACKEND
|
|
bool
|
|
default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y"
|
|
default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y"
|
|
|
|
config BACKEND_ARCH
|
|
string
|
|
option env="CT_BACKEND_ARCH"
|
|
|
|
config BACKEND_KERNEL
|
|
string
|
|
option env="CT_BACKEND_KERNEL"
|
|
|
|
config BACKEND_LIBC
|
|
string
|
|
option env="CT_BACKEND_LIBC"
|