[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-unstable'



 configs/debian-default        |    1 -
 configs/debian-osmesa-default |    4 ++++
 debian/changelog              |    8 ++++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 4971a009e0dd9a68be4b4ca679765ab23e37717d
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Nov 13 20:59:08 2007 +0100

    * Workaround gcc ICE on hppa: build libOSMesa with -O0 (see bug#451047).

diff --git a/configs/debian-osmesa-default b/configs/debian-osmesa-default
index ef5a5ba..0d5d413 100644
--- a/configs/debian-osmesa-default
+++ b/configs/debian-osmesa-default
@@ -6,5 +6,9 @@ CONFIG_NAME = debian-osmesa-default
 
 DRIVER_DIRS = osmesa
 
+ifeq ($(DEB_BUILD_ARCH), hppa)
+	OPT_FLAGS = -g -O0
+endif
+
 # vim: ft=make
 
diff --git a/debian/changelog b/debian/changelog
index c187816..b8dab01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mesa (7.0.2-2) UNRELEASED; urgency=low
 
   * Don't set -fno-strict-aliasing in configs/debian-default.  It is set
     upstream now.
+  * Workaround gcc ICE on hppa: build libOSMesa with -O0 (see bug#451047).
 
- -- Julien Cristau <jcristau@debian.org>  Tue, 13 Nov 2007 20:56:41 +0100
+ -- Julien Cristau <jcristau@debian.org>  Tue, 13 Nov 2007 20:58:22 +0100
 
 mesa (7.0.2-1) unstable; urgency=low
 

commit e1613ab80d7ccfbba99792173f5f94301d2c2af3
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Nov 13 20:57:58 2007 +0100

    Don't set -fno-strict-aliasing in configs/debian-default.
    
    Upstream uses that since 7.0.2.

diff --git a/configs/debian-default b/configs/debian-default
index f80ec30..8d1b785 100644
--- a/configs/debian-default
+++ b/configs/debian-default
@@ -3,7 +3,6 @@
 CONFIG_NAME = debian-default
 
 OPT_FLAGS = -O2 -g
-CFLAGS += -fno-strict-aliasing
 
 # override settings in configs/linux-x86-64
 LIB_DIR = lib
diff --git a/debian/changelog b/debian/changelog
index 9b7c8d3..c187816 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (7.0.2-2) UNRELEASED; urgency=low
+
+  * Don't set -fno-strict-aliasing in configs/debian-default.  It is set
+    upstream now.
+
+ -- Julien Cristau <jcristau@debian.org>  Tue, 13 Nov 2007 20:56:41 +0100
+
 mesa (7.0.2-1) unstable; urgency=low
 
   * New upstream release.



Reply to: