]> sourceware.org Git - newlib-cygwin.git/commitdiff
Correcting my previous commit.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 22 Jan 2013 09:49:27 +0000 (09:49 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 22 Jan 2013 09:49:27 +0000 (09:49 +0000)
In my previous commit I forget to cvs add two new files, this commit
corrects my mistake.

libgloss/aarch64/elf-aem-validation.specs [new file with mode: 0644]
libgloss/aarch64/elf-aem-ve.specs [new file with mode: 0644]

diff --git a/libgloss/aarch64/elf-aem-validation.specs b/libgloss/aarch64/elf-aem-validation.specs
new file mode 100644 (file)
index 0000000..ca0c92d
--- /dev/null
@@ -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
diff --git a/libgloss/aarch64/elf-aem-ve.specs b/libgloss/aarch64/elf-aem-ve.specs
new file mode 100644 (file)
index 0000000..671d3c1
--- /dev/null
@@ -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
This page took 0.034276 seconds and 5 git commands to generate.