* 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 -
This commit is contained in:
florian 2019-01-01 19:29:43 +00:00
parent a72a12eef6
commit 91a0de27aa
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

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