Explorar o código

--- 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 %!s(int64=6) %!d(string=hai) anos
pai
achega
f7782641ad
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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