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