diff options
Diffstat (limited to 'scripts/crosstool.sh')
-rwxr-xr-x | scripts/crosstool.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 7d93da63..350af8e2 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -38,6 +38,10 @@ CT_EndStep # Some sanity checks in the environment and needed tools CT_DoLog INFO "Checking environment sanity" +CT_DoLog DEBUG "Unsetting and unexporting MAKEFLAGS" +unset MAKEFLAGS +export MAKEFLAGS + # Enable known ordering of files in directory listings: CT_Test "crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}" case "${LC_COLLATE},${LC_ALL}" in |