changeset 1890:cba3ed800419

2009-06-24 Matthias Klose <doko@ubuntu.com> * patches/cacao/no-strict-aliasing.patch: Apply for configure.ac.
author doko@ubuntu.com
date Wed, 24 Jun 2009 10:31:06 +0200
parents 8e5de53d67cd
children 3340f0afa232
files ChangeLog patches/cacao/no-strict-aliasing.patch
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-24  Matthias Klose  <doko@ubuntu.com>
+
+	* patches/cacao/no-strict-aliasing.patch: Apply for configure.ac.
+
 2009-06-11  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/hotspot/default/icedtea-debuginfo.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 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 @@