CONFIGURE: Use static libgcc on IRIX cross-compile builds (makes them work on vanilla IRIX systems).

svn-id: r53414
This commit is contained in:
Joost Peters 2010-10-13 12:45:14 +00:00
parent ff0160050a
commit fddc2ab3b9

2
configure vendored
View file

@ -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
;;