Correcting my previous commit.

In my previous commit I forget to cvs add two new files, this commit
corrects my mistake.
This commit is contained in:
Marcus Shawcroft 2013-01-22 09:49:27 +00:00
parent 93ff4bbee0
commit 761dfa99ba
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# aem-ve.specs
#
# Spec file for AArch64 baremetal newlib, libgloss on the validation platform
# with AngelAPI semi-hosting.
%rename lib libc
*libgloss:
-lrdimon
*lib:
cpu-init/rdimon-aem-el3.o%s --start-group %(libc) %(libgloss) --end-group

View File

@ -0,0 +1,19 @@
# aem-ve.specs
#
# Spec file for AArch64 baremetal newlib, libgloss on VE platform with AngelAPI
# semi-hosting.
#
# This Spec file is also appropriate for the foundation model.
%rename link old_link
*link:
-Ttext-segment 0x80000000 %(old_link)
%rename lib libc
*libgloss:
-lrdimon
*lib:
cpu-init/rdimon-aem-el3.o%s --start-group %(libc) %(libgloss) --end-group