mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 08:30:54 +02: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))
|