aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2010-10-13 12:45:14 +0000
committerJoost Peters2010-10-13 12:45:14 +0000
commitfddc2ab3b99c921b3b4bffdfd6bf28457063fff6 (patch)
tree8763ffce58b2a2db4bbd45f686eaf8377ab069e7
parentff0160050a7f1a7bd9d338ec6d159fdf714c165c (diff)
downloadscummvm-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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b705a8c859..cf6c5af524 100755
--- a/configure
+++ b/configure
@@ -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
;;