add mips-sgi(-irix6.5) cross-compiling target

svn-id: r49167
This commit is contained in:
Joost Peters 2010-05-23 19:24:19 +00:00
parent ed0e8182ce
commit 088ad43966

4
configure vendored
View file

@ -1506,6 +1506,10 @@ if test -n "$_host"; then
_ar="$_host-ar cru"
_ranlib=$_host-ranlib
;;
mips-sgi*)
_endian=big
_need_memalign=yes
;;
motoezx)
DEFINES="$DEFINES -DUNIX -DMOTOEZX"
ASFLAGS="$ASFLAGS -mfpu=vfp"