mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 02:39:27 +02:00
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=sparc64 cpuh
|
|
# not yet: math set
|
|
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|