Procházet zdrojové kódy

* 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 před 6 roky
rodič
revize
91a0de27aa
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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