mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
config: document array-capable variables
Update help entries for thos variables that accept multiple arguments with spaces (aka. array-capable variables). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
2c3b6d2b71
commit
bdefc7b1e7
@ -201,6 +201,10 @@ config BINUTILS_EXTRA_CONFIG_ARRAY
|
||||
default ""
|
||||
help
|
||||
Extra flags passed onto ./configure when configuring
|
||||
|
||||
You can enter multiple arguments here, and arguments can contain spaces
|
||||
if they are properly quoted (or escaped, but prefer quotes). Eg.:
|
||||
--with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
|
||||
|
||||
config BINUTILS_FOR_TARGET
|
||||
bool
|
||||
|
@ -43,5 +43,9 @@ config ELF2FLT_EXTRA_CONFIG_ARRAY
|
||||
default ""
|
||||
help
|
||||
Extra flags passed onto ./configure when configuring
|
||||
|
||||
You can enter multiple arguments here, and arguments can contain spaces
|
||||
if they are properly quoted (or escaped, but prefer quotes). Eg.:
|
||||
--with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
|
||||
|
||||
endif
|
||||
|
@ -40,6 +40,10 @@ config CC_CORE_EXTRA_CONFIG_ARRAY
|
||||
|
||||
The core gcc is a stripped down, C-only compiler needed to build
|
||||
the C library. Kinda bootstrap gcc, if you wish.
|
||||
|
||||
You can enter multiple arguments here, and arguments can contain spaces
|
||||
if they are properly quoted (or escaped, but prefer quotes). Eg.:
|
||||
--with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
|
||||
|
||||
config CC_EXTRA_CONFIG_ARRAY
|
||||
string
|
||||
@ -48,6 +52,10 @@ config CC_EXTRA_CONFIG_ARRAY
|
||||
depends on ! BARE_METAL
|
||||
help
|
||||
Extra flags to pass onto ./configure when configuring gcc.
|
||||
|
||||
You can enter multiple arguments here, and arguments can contain spaces
|
||||
if they are properly quoted (or escaped, but prefer quotes). Eg.:
|
||||
--with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
|
||||
|
||||
config STATIC_TOOLCHAIN
|
||||
select CC_STATIC_LIBSTDCXX if CC_GCC_4_4_or_later
|
||||
|
@ -23,7 +23,9 @@ config LIBC_GLIBC_EXTRA_CONFIG_ARRAY
|
||||
help
|
||||
Extra flags to pass onto ./configure when configuring.
|
||||
|
||||
Eg.: --enable-static-nss
|
||||
You can enter multiple arguments here, and arguments can contain spaces
|
||||
if they are properly quoted (or escaped, but prefer quotes). Eg.:
|
||||
--with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
|
||||
|
||||
config LIBC_GLIBC_CONFIGPARMS
|
||||
string
|
||||
|
Loading…
x
Reference in New Issue
Block a user