mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 02:29:39 +01: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))
|
|
|