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