changeset in /hg/icedtea: 2008-02-19 Gary Benson <gbenson at redh...

Gary Benson gbenson at redhat.com
Tue Feb 19 02:05:33 PST 2008


changeset fe270b555f38 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=fe270b555f38
description:
	2008-02-19  Gary Benson  <gbenson at redhat.com>

	       * patches/icedtea-zero.patch: Pass LIBFFI_CFLAGS.

diffstat:

2 files changed, 15 insertions(+)
ChangeLog                  |    4 ++++
patches/icedtea-zero.patch |   11 +++++++++++

diffs (29 lines):

diff -r 908ea9948d77 -r fe270b555f38 ChangeLog
--- a/ChangeLog	Mon Feb 18 10:46:47 2008 -0500
+++ b/ChangeLog	Tue Feb 19 05:05:28 2008 -0500
@@ -1,3 +1,7 @@ 2008-02-18  Lillian Angel  <langel at redha
+2008-02-19  Gary Benson  <gbenson at redhat.com>
+
+	* patches/icedtea-zero.patch: Pass LIBFFI_CFLAGS.
+
 2008-02-18  Lillian Angel  <langel at redhat.com>
 
 	* patches/icedtea-zero.patch: Removed invalid patch.
diff -r 908ea9948d77 -r fe270b555f38 patches/icedtea-zero.patch
--- a/patches/icedtea-zero.patch	Mon Feb 18 10:46:47 2008 -0500
+++ b/patches/icedtea-zero.patch	Tue Feb 19 05:05:28 2008 -0500
@@ -1,3 +1,14 @@ diff -ru openjdk-ecj/hotspot/build/linux
+diff -ru openjdk/hotspot/build/linux/makefiles/gcc.make openjdk/hotspot/build/linux/makefiles/gcc.make
+--- openjdk/hotspot/build/linux/makefiles/gcc.make	2008-02-17 15:37:26.000000000 -0500
++++ openjdk/hotspot/build/linux/makefiles/gcc.make	2008-02-17 15:37:58.000000000 -0500
+@@ -57,6 +57,7 @@
+ 
+ VM_PICFLAG        = $(VM_PICFLAG/$(LINK_INTO))
+ 
++CFLAGS += $(LIBFFI_CFLAGS)
+ CFLAGS += $(VM_PICFLAG)
+ CFLAGS += -fno-rtti
+ CFLAGS += -fno-exceptions
 diff -ru openjdk-ecj/hotspot/build/linux/makefiles/vm.make openjdk-ecj.new/hotspot/build/linux/makefiles/vm.make
 --- openjdk/hotspot/build/linux/makefiles/vm.make	2008-01-24 13:17:20.000000000 +0000
 +++ openjdk/hotspot/build/linux/makefiles/vm.make	2008-01-21 15:18:48.000000000 +0000



More information about the distro-pkg-dev mailing list