mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 18:44:04 +02:00
9 lines
179 B
Plaintext
9 lines
179 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))
|
|
#
|