mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* 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:
parent
a72a12eef6
commit
91a0de27aa
@ -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)
|
||||
|
@ -212,6 +212,7 @@ ifeq ($(ARCH),arm)
|
||||
ASTARGET+=-mthumb --def __thumb__=1
|
||||
ARMTHUMB=1
|
||||
endif
|
||||
ASTARGET+= -meabi=5
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user