/hg/icedtea6: 2009-12-08 Gary Benson <gbenson at redhat.com>

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Tue Dec 8 05:10:27 PST 2009


changeset 833a7998e7f0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=833a7998e7f0
author: Gary Benson <gbenson at redhat.com>
date: Tue Dec 08 13:15:30 2009 +0000

	2009-12-08 Gary Benson <gbenson at redhat.com>

	 * ports/hotspot/make/linux/platform_zero.in: New file.
		* .hgignore: Updated.


diffstat:

3 files changed, 22 insertions(+), 1 deletion(-)
.hgignore                                 |    1 -
ChangeLog                                 |    5 +++++
ports/hotspot/make/linux/platform_zero.in |   17 +++++++++++++++++

diffs (44 lines):

diff -r abca2e2ab3c9 -r 833a7998e7f0 .hgignore
--- a/.hgignore	Tue Dec 08 11:04:41 2009 +0000
+++ b/.hgignore	Tue Dec 08 13:15:30 2009 +0000
@@ -31,7 +31,6 @@ rt-source-files.txt
 rt-source-files.txt
 hotspot-tools-source-files.txt
 tools-source-files.txt
-platform_zero
 jvm.cfg
 ergo.c
 tapset/hotspot.stp
diff -r abca2e2ab3c9 -r 833a7998e7f0 ChangeLog
--- a/ChangeLog	Tue Dec 08 11:04:41 2009 +0000
+++ b/ChangeLog	Tue Dec 08 13:15:30 2009 +0000
@@ -1,3 +1,8 @@ 2009-12-08  Gary Benson  <gbenson at redhat
+2009-12-08  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/make/linux/platform_zero.in: New file.
+	* .hgignore: Updated.
+
 2009-12-08  Gary Benson  <gbenson at redhat.com>
 
 	* HACKING: Updated.
diff -r abca2e2ab3c9 -r 833a7998e7f0 ports/hotspot/make/linux/platform_zero.in
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/make/linux/platform_zero.in	Tue Dec 08 13:15:30 2009 +0000
@@ -0,0 +1,17 @@
+os_family = linux
+
+arch = zero
+
+arch_model = zero
+
+os_arch = linux_zero
+
+os_arch_model = linux_zero
+
+lib_arch = zero
+
+compiler = gcc
+
+gnu_dis_arch = zero
+
+sysdefs = -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -D at ZERO_ARCHDEF@ -DZERO_LIBARCH=\"@ZERO_LIBARCH@\"



More information about the distro-pkg-dev mailing list