mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-19 22:18:35 +02:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=i386 heap math set rttip
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
|