summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-19 17:52:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-19 17:52:04 (GMT)
commit4de6139e7ed8927c1d7c3f72f5efae697a3bd7ca (patch)
tree9bd09638b85d7ad2d3aaaf4b8d4f308b0f3433cf /config/cc
parent9d1cbf2b4145a6ff0ac4834be3459320b35ee7a0 (diff)
parent83a48e12f08e375bddd42ca27eab4896234a42b8 (diff)
Merge the bash_array branch.
For every components where it makes sense, use bash arrays (instead of a string with space-separated values) to store the options pased to ./configure.
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index b21b3dc..1b09d54 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -219,6 +219,17 @@ config CC_SJLJ_EXCEPTIONS_DONT_USE
endchoice
+config CC_ENABLE_CXX_FLAGS
+ string
+ prompt "Flags to pass to --enable-cxx-flags"
+ default ""
+ help
+ Enter here the value of the gcc's ./configure option --enable-cxx-flags.
+ Leave empty if you don't know better.
+
+ Note: just pass in the option _value_, that is only the part that goes
+ after the '=' sign.
+
config CC_CORE_EXTRA_CONFIG
string
prompt "Core gcc extra config"