Browse Source

Use -32 -mips32 option for mips/mipsel ASTARGET

git-svn-id: trunk@23350 -
pierre 12 years ago
parent
commit
bdadde3ea9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/linux/Makefile.fpc

+ 2 - 2
rtl/linux/Makefile.fpc

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