aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-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
;;