mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
Merge pull request #659 from stilor/no-root-no-links
Do not create multilib symlinks if not using sysroot
This commit is contained in:
commit
e26f04a9d9
@ -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/*)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user