diff options
author | Raphael Catolino <raphael.catolino@gmail.com> | 2021-07-06 16:05:25 +0100 |
---|---|---|
committer | Raphael Catolino <raphael.catolino@gmail.com> | 2021-07-06 16:19:17 +0100 |
commit | c3b13ffdda50f81779bc1587d46571b1f110e97c (patch) | |
tree | c1c97a7c1775cf19e9dbbc00e464590e73457a19 /config | |
parent | 62e9db247be34f8a4fa3bc116e60a1b15db62a97 (diff) | |
download | crosstool-ng-c3b13ffdda50f81779bc1587d46571b1f110e97c.tar.gz crosstool-ng-c3b13ffdda50f81779bc1587d46571b1f110e97c.tar.bz2 crosstool-ng-c3b13ffdda50f81779bc1587d46571b1f110e97c.zip |
Add EXTRA_CXXFLAGS_FOR_BUILD option
Signed-off-by: Raphael Catolino <raphael.catolino@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/global/build-behave.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config/global/build-behave.in b/config/global/build-behave.in index 4a504289..4af2f260 100644 --- a/config/global/build-behave.in +++ b/config/global/build-behave.in @@ -46,7 +46,17 @@ config EXTRA_CFLAGS_FOR_BUILD May be used to change the default features of the build compiler such as turning off the stack protector or fortify. - + +config EXTRA_CXXFLAGS_FOR_BUILD + string + prompt "Extra build compiler flags" + default "" + help + Extra flags to pass only to the build C++ compiler. + + May be used to change the default features of the C++ build + compiler such as specifying the C++ standard to use. + config EXTRA_LDFLAGS_FOR_BUILD string prompt "Extra build linker flags" |