summaryrefslogtreecommitdiff
path: root/config/binutils/elf2flt.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-18 21:42:57 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-18 21:42:57 (GMT)
commitbdefc7b1e7386eadb5fbb6fb85c0a3634a12781c (patch)
tree5197798741092bdb6cfb588226fa781e89cde1b6 /config/binutils/elf2flt.in
parent2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685 (diff)
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/binutils/elf2flt.in')
-rw-r--r--config/binutils/elf2flt.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/binutils/elf2flt.in b/config/binutils/elf2flt.in
index 9ff4a4b..fc178a0 100644
--- a/config/binutils/elf2flt.in
+++ b/config/binutils/elf2flt.in
@@ -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