mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-22 00:41:51 +00:00
Some locations were missed while renaming kconfig symbols
... because there the symbols were constructer part by part. Also, remove cc.sh and source $(CT_CC).sh directly - we only build a single compiler at a time. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
@ -5,7 +5,7 @@ CT_DEBUG_FACILITY_LIST=
|
||||
for f in "${CT_LIB_DIR}/scripts/build/debug/"*.sh; do
|
||||
_f="$(basename "${f}" .sh)"
|
||||
_f="${_f#???-}"
|
||||
__f="CT_DEBUG_${_f}"
|
||||
__f="CT_DEBUG_${_f^^}"
|
||||
if [ "${!__f}" = "y" ]; then
|
||||
CT_DoLog DEBUG "Enabling debug '${_f}'"
|
||||
. "${f}"
|
||||
|
Reference in New Issue
Block a user