changeset in /hg/icedtea: Fixed typo
Lillian Angel
langel at redhat.com
Sun Feb 17 12:51:39 PST 2008
changeset 7935c6fa5ea7 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=7935c6fa5ea7
description:
Fixed typo
diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
patches/icedtea-zero.patch | 18 +++++++++---------
diffs (26 lines):
diff -r 28aab08e198c -r 7935c6fa5ea7 patches/icedtea-zero.patch
--- a/patches/icedtea-zero.patch Sun Feb 17 15:34:52 2008 -0500
+++ b/patches/icedtea-zero.patch Sun Feb 17 15:45:04 2008 -0500
@@ -99,13 +99,13 @@ diff -ru openjdk/hotspot/src/share/vm/ut
}
STEP(140, "(printing VM operation)" )
---- gcc.make 2008-02-17 15:21:38.000000000 -0500
-+++ openjdk/hotspot/build/linux/makefiles/gcc.make 2008-02-17 15:22:02.000000000 -0500
-@@ -50,6 +50,7 @@
- PICFLAG = -fPIC
- else
- PICFLAG = -fpic
+--- gcc.make 2008-02-17 15:44:19.000000000 -0500
++++ openjdk/hotspot/build/linux/makefiles/gcc.make 2008-02-17 15:44:37.000000000 -0500
+@@ -57,6 +57,7 @@
+
+ VM_PICFLAG = $(VM_PICFLAG/$(LINK_INTO))
+
+CFLAGS += $(LIBFFI_CFLAGS)
- endif
-
- VM_PICFLAG/LIBJVM = $(PICFLAG)
+ CFLAGS += $(VM_PICFLAG)
+ CFLAGS += -fno-rtti
+ CFLAGS += -fno-exceptions
More information about the distro-pkg-dev
mailing list