+ aarch64 makefile.cpu

git-svn-id: trunk@29887 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:51:12 +00:00
parent e32965879d
commit 65141ab135
2 changed files with 8 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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
View 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))
#