changeset 787:fe9999ff0b5d

2008-04-01 Gary Benson <gbenson@redhat.com> * patches/icedtea-arm-uname.patch: New file. * Makefile.am: Added the above. * Makefile.in: Regenerated.
author Gary Benson <gbenson@redhat.com>
date Tue, 01 Apr 2008 09:46:02 -0400
parents 0fd2fbf0dfd0
children bf41c62c449a
files ChangeLog Makefile.am Makefile.in patches/icedtea-arm-uname.patch
diffstat 4 files changed, 35 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 31 23:19:32 2008 -0400
+++ b/ChangeLog	Tue Apr 01 09:46:02 2008 -0400
@@ -1,3 +1,9 @@
+2008-04-01  Gary Benson  <gbenson@redhat.com>
+
+	* patches/icedtea-arm-uname.patch: New file.
+	* Makefile.am: Added the above.
+	* Makefile.in: Regenerated.
+
 2008-03-31  Lillian Angel  <langel@redhat.com>
 
 	* patches/icedtea-jpegclasses.patch: Added new class.
--- a/Makefile.am	Mon Mar 31 23:19:32 2008 -0400
+++ b/Makefile.am	Tue Apr 01 09:46:02 2008 -0400
@@ -278,6 +278,7 @@
 	patches/icedtea-zero-build.patch \
 	patches/icedtea-print-lsb-release.patch \
 	patches/icedtea-jpegclasses.patch \
+	patches/icedtea-arm-uname.patch \
 	$(GCC_PATCH) \
 	$(FAST_BUILD_PATCH) \
 	$(DISTRIBUTION_PATCHES)
--- a/Makefile.in	Mon Mar 31 23:19:32 2008 -0400
+++ b/Makefile.in	Tue Apr 01 09:46:02 2008 -0400
@@ -384,7 +384,8 @@
 	patches/icedtea-generated.patch patches/icedtea-lib64.patch \
 	patches/icedtea-zero-build.patch \
 	patches/icedtea-print-lsb-release.patch \
-	patches/icedtea-jpegclasses.patch $(GCC_PATCH) \
+	patches/icedtea-jpegclasses.patch \
+	patches/icedtea-arm-uname.patch $(GCC_PATCH) \
 	$(FAST_BUILD_PATCH) $(DISTRIBUTION_PATCHES) $(am__append_3)
 
 # Patch OpenJDK for plug replacements and ecj.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-arm-uname.patch	Tue Apr 01 09:46:02 2008 -0400
@@ -0,0 +1,26 @@
+diff -r 29e7597d75c4 openjdk/jdk/make/common/shared/Platform.gmk
+--- openjdk/jdk/make/common/shared/Platform.gmk	Fri Mar 28 14:19:36 2008 +0000
++++ openjdk/jdk/make/common/shared/Platform.gmk	Tue Apr 01 09:02:17 2008 +0100
+@@ -205,6 +205,9 @@ ifeq ($(SYSTEM_UNAME), Linux)
+                 sparc*) \
+                     echo sparc \
+                     ;; \
++                arm*) \
++                    echo arm \
++                    ;; \
+                 *) \
+                     echo $(mach) \
+                     ;; \
+diff -r 29e7597d75c4 openjdk/corba/make/common/shared/Platform.gmk
+--- openjdk/corba/make/common/shared/Platform.gmk	Fri Mar 28 14:19:36 2008 +0000
++++ openjdk/corba/make/common/shared/Platform.gmk	Tue Apr 01 09:02:17 2008 +0100
+@@ -194,6 +194,9 @@ ifeq ($(SYSTEM_UNAME), Linux)
+                 sparc*) \
+                     echo sparc \
+                     ;; \
++                arm*) \
++                    echo arm \
++                    ;; \
+                 *) \
+                     echo $(mach) \
+                     ;; \