mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-23 02:13:38 +00:00
Do not create multilib symlinks if not using sysroot
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
8dfe2a09ef
commit
67ab129fc5
@ -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…
x
Reference in New Issue
Block a user