diff options
author | Joost Peters | 2010-10-13 12:45:14 +0000 |
---|---|---|
committer | Joost Peters | 2010-10-13 12:45:14 +0000 |
commit | fddc2ab3b99c921b3b4bffdfd6bf28457063fff6 (patch) | |
tree | 8763ffce58b2a2db4bbd45f686eaf8377ab069e7 | |
parent | ff0160050a7f1a7bd9d338ec6d159fdf714c165c (diff) | |
download | scummvm-rg350-fddc2ab3b99c921b3b4bffdfd6bf28457063fff6.tar.gz scummvm-rg350-fddc2ab3b99c921b3b4bffdfd6bf28457063fff6.tar.bz2 scummvm-rg350-fddc2ab3b99c921b3b4bffdfd6bf28457063fff6.zip |
CONFIGURE: Use static libgcc on IRIX cross-compile builds (makes them work on vanilla IRIX systems).
svn-id: r53414
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1788,6 +1788,8 @@ if test -n "$_host"; then _ranlib=$_host-ranlib ;; mips-sgi*) + LDFLAGS="$LDFLAGS -static-libgcc" + LIBS="$LIBS -laudio" _endian=big _need_memalign=yes ;; |