CONFIGURE: Use static libgcc on IRIX cross-compile builds (makes them work on vanilla IRIX systems).
svn-id: r53414
This commit is contained in:
parent
ff0160050a
commit
fddc2ab3b9
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue