Browse Source

* pass -meabi=5 when calling the assembler in the linux rtl Makefile, non-eabi target are not supported for years already, so this should cause little problems

git-svn-id: trunk@40738 -
florian 6 years ago
parent
commit
91a0de27aa
2 changed files with 2 additions and 0 deletions
  1. 1 0
      rtl/linux/Makefile
  2. 1 0
      rtl/linux/Makefile.fpc

+ 1 - 0
rtl/linux/Makefile

@@ -3857,6 +3857,7 @@ ifeq ($(ARCH),arm)
     ASTARGET+=-mthumb --def __thumb__=1
     ARMTHUMB=1
   endif
+  ASTARGET+= -meabi=5
 endif
 prt0$(OEXT) : $(ARCH)/prt0.as
 	$(MAKE) $(COMPILER_UNITTARGETDIR)

+ 1 - 0
rtl/linux/Makefile.fpc

@@ -212,6 +212,7 @@ ifeq ($(ARCH),arm)
     ASTARGET+=-mthumb --def __thumb__=1
     ARMTHUMB=1
   endif
+  ASTARGET+= -meabi=5
 endif