aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-09-07 19:26:36 +0200
committerThomas Preud'homme <robotux@celest.fr>2013-09-07 19:28:06 +0200
commit9382d6f1a0e2d0104a82ed805207d9e742c6b068 (patch)
tree180aad19cd1d596e57e9bd2b1b0a052ae50e9ab5 /configure
parent73faaea227a53e365dd75f1dba7a5071c7b5e541 (diff)
downloadtinycc-9382d6f1a0e2d0104a82ed805207d9e742c6b068.tar.gz
tinycc-9382d6f1a0e2d0104a82ed805207d9e742c6b068.tar.bz2
Fix lib, include, crt and libgcc search paths
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b513cc1..d654fd9 100755
--- a/configure
+++ b/configure
@@ -304,7 +304,7 @@ if test -z "$cross_prefix" ; then
if test "$mingw32" = "no" ; then
triplet="$($CONFTEST triplet)"
if test -f "/usr/lib/$triplet/crti.o" ; then
- tcc_lddir="lib/$triplet"
+ tcc_lddir="lib"
multiarch_triplet="$triplet"
elif test -f "/usr/lib64/crti.o" ; then
tcc_lddir="lib64"