mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 16:28:24 +02:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=int64p math set setjump setjumph x86_64 cpuh
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
#
|