mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Merge pull request #316 from bhundven/fix_build
gcc: fix previous commit
This commit is contained in:
commit
182bdbc1b8
@ -266,7 +266,7 @@ do_gcc_core_backend() {
|
||||
extra_config+=("--disable-__cxa_atexit")
|
||||
fi
|
||||
|
||||
if [ -n "${CT_CC_GCC_ENABLE_CXX_FLAGS}"
|
||||
if [ -n "${CT_CC_GCC_ENABLE_CXX_FLAGS}" \
|
||||
-a "${mode}" = "baremetal" ]; then
|
||||
extra_config+=("--enable-cxx-flags=${CT_CC_GCC_ENABLE_CXX_FLAGS}")
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user