mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=fastmove i386 int64p math set setjump setjumph cpuh
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
|