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