mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 23:49:45 +02:00
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=m68k lowmath math set cpuh
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
|