diff options
Diffstat (limited to 'scripts/build/cc')
-rw-r--r-- | scripts/build/cc/100-gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh index e3ae7830..5743c085 100644 --- a/scripts/build/cc/100-gcc.sh +++ b/scripts/build/cc/100-gcc.sh @@ -146,7 +146,7 @@ evaluate_multilib_cflags() for f in ${multi_flags}; do eval ml_`cc_gcc_classify_opt ${f}`=seen done - if [ "${CT_DEMULTILIB}" = "y" ]; then + if [ "${CT_DEMULTILIB}" = "y" -a "${CT_USE_SYSROOT}" = "y" ]; then case "${mdir_os}" in lib/*) ;; |