Merge pull request #659 from stilor/no-root-no-links

Do not create multilib symlinks if not using sysroot
This commit is contained in:
Alexey Neyman 2017-03-23 09:39:40 -07:00 committed by GitHub
commit e26f04a9d9

View File

@ -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/*)
;;