mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 16:08:01 +02:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=powerpc math set cpuh
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|