mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-02 08:20:06 +08:00
parent
f6cfaa6d25
commit
af4b27f0fd
2
configure
vendored
2
configure
vendored
@ -264,7 +264,7 @@ if test -z "$cross_prefix" ; then
|
|||||||
if test -f "/usr/lib64" ; then
|
if test -f "/usr/lib64" ; then
|
||||||
lddir="lib64"
|
lddir="lib64"
|
||||||
elif test -z "$tcc_crtprefix" ; then # check if system is multiarch
|
elif test -z "$tcc_crtprefix" ; then # check if system is multiarch
|
||||||
if ! test -f $sysroot/usr/lib/crti.o -o test -L $sysroot/usr/lib/crti.o ; then
|
if test ! -f $sysroot/usr/lib/crti.o -o -L $sysroot/usr/lib/crti.o ; then
|
||||||
use_multiarch="yes"
|
use_multiarch="yes"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user