Browse Source

--- Merging r40738 into '.':
U rtl/linux/Makefile.fpc
U rtl/linux/Makefile
--- Recording mergeinfo for merge of r40738 into '.':
U .

git-svn-id: branches/fixes_3_2@40739 -

florian 6 years ago
parent
commit
f7782641ad
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

@@ -3752,6 +3752,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

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