mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 00:28:24 +02:00
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=except_native except_branchful
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|