mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-15 14:26:25 +02:00
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
# $Id$
|
|
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=x86_64
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
#
|
|
# $Log$
|
|
# Revision 1.1 2003-01-06 19:40:18 florian
|
|
# + initial revision
|
|
#
|
|
#
|