diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-18 23:42:57 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-18 23:42:57 +0200 |
commit | bdefc7b1e7386eadb5fbb6fb85c0a3634a12781c (patch) | |
tree | 5197798741092bdb6cfb588226fa781e89cde1b6 /config/cc | |
parent | 2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685 (diff) | |
download | crosstool-ng-bdefc7b1e7386eadb5fbb6fb85c0a3634a12781c.tar.gz crosstool-ng-bdefc7b1e7386eadb5fbb6fb85c0a3634a12781c.tar.bz2 crosstool-ng-bdefc7b1e7386eadb5fbb6fb85c0a3634a12781c.zip |
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>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in.2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 418371c0..481c5700 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -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 |