mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:59:29 +02:00
Fix fullcycle/fullinstall by adding missing armgen directory -Fu option if PPC_TARGET is armeb
git-svn-id: trunk@41455 -
This commit is contained in:
parent
7c4e7d6bd3
commit
57ee0dd00a
@ -545,6 +545,9 @@ endif
|
||||
ifeq ($(PPC_TARGET),arm)
|
||||
override LOCALOPT+=-Fuarmgen
|
||||
endif
|
||||
ifeq ($(PPC_TARGET),armeb)
|
||||
override LOCALOPT+=-Fuarmgen
|
||||
endif
|
||||
ifeq ($(PPC_TARGET),mipsel)
|
||||
override LOCALOPT+=-Fumips
|
||||
endif
|
||||
|
@ -312,6 +312,11 @@ ifeq ($(PPC_TARGET),arm)
|
||||
override LOCALOPT+=-Fuarmgen
|
||||
endif
|
||||
|
||||
# ARMEB specific
|
||||
ifeq ($(PPC_TARGET),armeb)
|
||||
override LOCALOPT+=-Fuarmgen
|
||||
endif
|
||||
|
||||
# mipsel specific
|
||||
ifeq ($(PPC_TARGET),mipsel)
|
||||
override LOCALOPT+=-Fumips
|
||||
|
Loading…
Reference in New Issue
Block a user