diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2013-09-07 19:26:36 +0200 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2013-09-07 19:28:06 +0200 |
| commit | 9382d6f1a0e2d0104a82ed805207d9e742c6b068 (patch) | |
| tree | 180aad19cd1d596e57e9bd2b1b0a052ae50e9ab5 /configure | |
| parent | 73faaea227a53e365dd75f1dba7a5071c7b5e541 (diff) | |
| download | tinycc-9382d6f1a0e2d0104a82ed805207d9e742c6b068.tar.gz tinycc-9382d6f1a0e2d0104a82ed805207d9e742c6b068.tar.bz2 | |
Fix lib, include, crt and libgcc search paths
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
