mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +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
|
for f in ${multi_flags}; do
|
||||||
eval ml_`cc_gcc_classify_opt ${f}`=seen
|
eval ml_`cc_gcc_classify_opt ${f}`=seen
|
||||||
done
|
done
|
||||||
if [ "${CT_DEMULTILIB}" = "y" ]; then
|
if [ "${CT_DEMULTILIB}" = "y" -a "${CT_USE_SYSROOT}" = "y" ]; then
|
||||||
case "${mdir_os}" in
|
case "${mdir_os}" in
|
||||||
lib/*)
|
lib/*)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user