mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:18:18 +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))
|