mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:27:55 +02:00
+ aarch64 makefile.cpu
git-svn-id: trunk@29887 -
This commit is contained in:
parent
e32965879d
commit
65141ab135
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7870,6 +7870,7 @@ rtl/Makefile.fpc svneol=native#text/plain
|
||||
rtl/README.txt svneol=native#text/plain
|
||||
rtl/aarch64/aarch64.inc svneol=native#text/plain
|
||||
rtl/aarch64/int64p.inc svneol=native#text/plain
|
||||
rtl/aarch64/makefile.cpu svneol=native#text/plain
|
||||
rtl/aarch64/math.inc svneol=native#text/plain
|
||||
rtl/aarch64/mathu.inc svneol=native#text/plain
|
||||
rtl/aarch64/set.inc svneol=native#text/plain
|
||||
|
7
rtl/aarch64/makefile.cpu
Normal file
7
rtl/aarch64/makefile.cpu
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# Here we set processor dependent include file names.
|
||||
#
|
||||
|
||||
CPUNAMES=aarch64 int64p math set setjump setjumph strings stringss
|
||||
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
||||
#
|
Loading…
Reference in New Issue
Block a user