configs/debian-osmesa-default | 4 ---- debian/changelog | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-)
New commits: commit 67617c8f89c06b6804d65db1380b00853b97c254 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Thu Jan 24 22:52:28 2008 +0100 Drop -O0 workaround on hppa. Stop building with -O0 on hppa. Bug #451047 should be fixed in recent gcc versions. diff --git a/configs/debian-osmesa-default b/configs/debian-osmesa-default index 0d5d413..ef5a5ba 100644 --- a/configs/debian-osmesa-default +++ b/configs/debian-osmesa-default @@ -6,9 +6,5 @@ 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 155da7e..cb2edef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (7.0.2-5) UNRELEASED; urgency=low + + * Stop building with -O0 on hppa. Bug #451047 should be fixed in recent gcc + versions. + + -- Julien Cristau <[EMAIL PROTECTED]> Thu, 24 Jan 2008 22:51:04 +0100 + mesa (7.0.2-4) unstable; urgency=low * Update to mesa_7_0_branch head (commit 48ae5cf0). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]