Explorar o código

Use -32 -mips32 option for mips/mipsel ASTARGET

git-svn-id: trunk@23350 -
pierre %!s(int64=12) %!d(string=hai) anos
pai
achega
bdadde3ea9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rtl/linux/Makefile.fpc

+ 2 - 2
rtl/linux/Makefile.fpc

@@ -128,10 +128,10 @@ ifeq ($(ARCH),powerpc64)
 endif
 # Select 32/64 mode
 ifeq ($(ARCH),mips)
-  ASTARGET=-EB
+  ASTARGET=-32 -mips32 -EB
 endif
 ifeq ($(ARCH),mipsel)
-  ASTARGET=-EL
+  ASTARGET=-32 -mips32 -EL
 endif
 
 ifeq ($(ARCH),sparc)