mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 21:30:35 +01:00
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=mips64 math set cpuh
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|