From 83a48e12f08e375bddd42ca27eab4896234a42b8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 19 Aug 2009 19:44:45 +0200 Subject: Allow setting --enable-cxx-flags on gcc ./configure Some setups require one to pass extra CXX flags at the time of ./configure. Make it easy. --- config/cc/gcc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 3a672b09..01fbfe69 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -205,6 +205,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" -- cgit v1.2.3