mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
scripts: fix broken variable name
This patch fixes a config variable name missing its 'CT_' prefix. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
d855275562
commit
338d4b8b4d
@ -414,8 +414,8 @@ do_cc() {
|
||||
else
|
||||
extra_config+=("--disable-__cxa_atexit")
|
||||
fi
|
||||
if [ -n "${CC_ENABLE_CXX_FLAGS}" ]; then
|
||||
extra_config+=("--enable-cxx-flags=${CC_ENABLE_CXX_FLAGS}")
|
||||
if [ -n "${CT_CC_ENABLE_CXX_FLAGS}" ]; then
|
||||
extra_config+=("--enable-cxx-flags=${CT_CC_ENABLE_CXX_FLAGS}")
|
||||
fi
|
||||
if [ "${CT_CC_GCC_LIBMUDFLAP}" = "y" ]; then
|
||||
extra_config+=(--enable-libmudflap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user