changeset in /hg/icedtea6: 2008-04-01 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Tue Apr 1 06:46:07 PDT 2008


changeset fe9999ff0b5d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=fe9999ff0b5d
description:
	2008-04-01  Gary Benson  <gbenson at redhat.com>

		* patches/icedtea-arm-uname.patch: New file.
		* Makefile.am: Added the above.
		* Makefile.in: Regenerated.

diffstat:

4 files changed, 35 insertions(+), 1 deletion(-)
ChangeLog                       |    6 ++++++
Makefile.am                     |    1 +
Makefile.in                     |    3 ++-
patches/icedtea-arm-uname.patch |   26 ++++++++++++++++++++++++++

diffs (67 lines):

diff -r 0fd2fbf0dfd0 -r fe9999ff0b5d ChangeLog
--- 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-03-31  Lillian Angel  <langel at redha
+2008-04-01  Gary Benson  <gbenson at redhat.com>
+
+	* patches/icedtea-arm-uname.patch: New file.
+	* Makefile.am: Added the above.
+	* Makefile.in: Regenerated.
+
 2008-03-31  Lillian Angel  <langel at redhat.com>
 
 	* patches/icedtea-jpegclasses.patch: Added new class.
diff -r 0fd2fbf0dfd0 -r fe9999ff0b5d Makefile.am
--- 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 @@ ICEDTEA_PATCHES = \
 	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)
diff -r 0fd2fbf0dfd0 -r fe9999ff0b5d Makefile.in
--- 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 @@ ICEDTEA_PATCHES = $(ZERO_PATCHES_COND) \
 	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.
diff -r 0fd2fbf0dfd0 -r fe9999ff0b5d patches/icedtea-arm-uname.patch
--- /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) \
+                     ;; \



More information about the distro-pkg-dev mailing list