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