changeset in /hg/icedtea: 2009-06-24 Matthias Klose <doko at ubun...

doko at ubuntu.com doko at ubuntu.com
Wed Jun 24 01:35:59 PDT 2009


changeset cba3ed800419 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=cba3ed800419
description:
	2009-06-24  Matthias Klose  <doko at ubuntu.com>

	        * patches/cacao/no-strict-aliasing.patch: Apply for configure.ac.

diffstat:

2 files changed, 15 insertions(+), 1 deletion(-)
ChangeLog                              |    4 ++++
patches/cacao/no-strict-aliasing.patch |   12 +++++++++++-

diffs (30 lines):

diff -r 8e5de53d67cd -r cba3ed800419 ChangeLog
--- a/ChangeLog	Tue Jun 16 11:04:53 2009 +0100
+++ b/ChangeLog	Wed Jun 24 10:31:06 2009 +0200
@@ -1,3 +1,7 @@ 2009-06-11  Andrew John Hughes  <ahughes
+2009-06-24  Matthias Klose  <doko at ubuntu.com>
+
+	* patches/cacao/no-strict-aliasing.patch: Apply for configure.ac.
+
 2009-06-11  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/hotspot/default/icedtea-debuginfo.patch,
diff -r 8e5de53d67cd -r cba3ed800419 patches/cacao/no-strict-aliasing.patch
--- a/patches/cacao/no-strict-aliasing.patch	Tue Jun 16 11:04:53 2009 +0100
+++ b/patches/cacao/no-strict-aliasing.patch	Wed Jun 24 10:31:06 2009 +0200
@@ -1,4 +1,14 @@ diff -ur cacao-0.99.4.orig/configure cac
-diff -ur cacao-0.99.4.orig/configure cacao-0.99.4/configure
+--- cacao/cacao/configure.ac~	2009-03-16 12:42:56.000000000 +0100
++++ cacao/cacao/configure.ac	2009-06-23 16:19:20.000000000 +0200
+@@ -37,7 +37,7 @@
+ 
+ dnl set optimization and debugging for all architectures and systems
+ if test x"$CFLAGS" = "x"; then
+-    OPT_CFLAGS="-g -O2"
++    OPT_CFLAGS="-g -O2 -fno-strict-aliasing"
+ else
+     OPT_CFLAGS=$CFLAGS
+ fi
 --- cacao.orig/cacao/configure		2009-03-16 12:44:25.000000000 +0100
 +++ cacao/cacao/configure		2009-06-05 17:58:48.000000000 +0200
 @@ -2825,7 +2825,7 @@



More information about the distro-pkg-dev mailing list