mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-21 15:12:34 +02:00

* some fixes for PowerPC64 target in the code generator and the RTL * stabs generation for PowerPC64 is okay now (untested) git-svn-id: trunk@1337 -
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=powerpc64 math set
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|