mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 06:59:42 +02:00
18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
# $Id$
|
|
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=sparc
|
|
# not yet: math set
|
|
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
|
|
#
|
|
# $Log$
|
|
# Revision 1.1 2002-11-16 20:10:31 florian
|
|
# + sparc specific rtl skeleton added
|
|
#
|
|
#
|
|
#
|