mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 18:19:54 +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
|
||||
ifeq ($(PPC_TARGET),sparc)
|
||||
override LOCALOPT+=-Fusparcgen
|
||||
override LOCALOPT+=-Fusparcgen -Fisparcgen
|
||||
endif
|
||||
|
||||
# Sparc specific
|
||||
ifeq ($(PPC_TARGET),sparc64)
|
||||
override LOCALOPT+=-Fusparcgen
|
||||
override LOCALOPT+=-Fusparcgen -Fisparcgen
|
||||
endif
|
||||
|
||||
# ARM specific
|
||||
|
Loading…
Reference in New Issue
Block a user