mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 13:06:32 +02:00
+ basic makefile.cpu added
This commit is contained in:
parent
20b5945be0
commit
454fa4f40c
13
rtl/arm/makefile.cpu
Normal file
13
rtl/arm/makefile.cpu
Normal file
@ -0,0 +1,13 @@
|
||||
# $Id$
|
||||
#
|
||||
# Here we set processor dependent include file names.
|
||||
#
|
||||
|
||||
CPUNAMES=arm math set
|
||||
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 2003-08-21 03:24:43 florian
|
||||
# + basic makefile.cpu added
|
||||
#
|
||||
#
|
Loading…
Reference in New Issue
Block a user