mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Fix for IRIX 5.x.
This commit is contained in:
parent
b8876e87e2
commit
54cf41021f
@ -293,7 +293,13 @@ case "$target" in
|
||||
MKCSHLIB='$(LD) $(DSO_LDOPTS)'
|
||||
;;
|
||||
|
||||
*-irix*)
|
||||
*-irix5*)
|
||||
DSO_LDOPTS='-elf -shared'
|
||||
MKSHLIB_FORCE_ALL='-all'
|
||||
MKSHLIB_UNFORCE_ALL='-none'
|
||||
;;
|
||||
|
||||
*-irix6*)
|
||||
AC_DEFINE(IRIX6_3)
|
||||
DSO_LDOPTS='-elf -shared'
|
||||
MKSHLIB='$(CCC) $(DSO_LDOPTS)'
|
||||
|
Loading…
Reference in New Issue
Block a user