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