mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 20:49:09 +02:00
sparc and sparc64 also need -Fisparcgen, because this directory contains include files
git-svn-id: trunk@36393 -
This commit is contained in:
parent
d5d3887dc3
commit
a6d1019514
@ -287,12 +287,12 @@ endif
|
|||||||
|
|
||||||
# Sparc specific
|
# Sparc specific
|
||||||
ifeq ($(PPC_TARGET),sparc)
|
ifeq ($(PPC_TARGET),sparc)
|
||||||
override LOCALOPT+=-Fusparcgen
|
override LOCALOPT+=-Fusparcgen -Fisparcgen
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Sparc specific
|
# Sparc specific
|
||||||
ifeq ($(PPC_TARGET),sparc64)
|
ifeq ($(PPC_TARGET),sparc64)
|
||||||
override LOCALOPT+=-Fusparcgen
|
override LOCALOPT+=-Fusparcgen -Fisparcgen
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ARM specific
|
# ARM specific
|
||||||
|
Loading…
Reference in New Issue
Block a user