mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 14:29:33 +01:00
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=powerpc64 math set cpuh
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|