[Pkg-tcltk-commits] r430 - tcl8.5/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Tue Dec 25 13:22:34 UTC 2007
Author: sgolovan-guest
Date: 2007-12-25 13:22:34 +0000 (Tue, 25 Dec 2007)
New Revision: 430
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/rules
Log:
[tcl8.5]
* Again disabled stack checking on hppa architecture since it doesn't
work yet.
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2007-12-21 14:47:52 UTC (rev 429)
+++ tcl8.5/trunk/debian/changelog 2007-12-25 13:22:34 UTC (rev 430)
@@ -1,8 +1,9 @@
-tcl8.5 (8.5.0-2) UNRELEASED; urgency=low
+tcl8.5 (8.5.0-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Again disabled stack checking on hppa architecture since it doesn't
+ work yet.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 19 Dec 2007 11:14:35 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 25 Dec 2007 16:10:04 +0300
tcl8.5 (8.5.0-1) unstable; urgency=low
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2007-12-21 14:47:52 UTC (rev 429)
+++ tcl8.5/trunk/debian/rules 2007-12-25 13:22:34 UTC (rev 430)
@@ -16,8 +16,13 @@
CFLAGS = "-g -O0"
else
# See bug #446335 for -fno-unit-at-a-time
+ifeq ($(DEB_HOST_ARCH), hppa)
+# Disable stack checking for hppa (it doesn't work properly yet)
+CFLAGS = "-g -O2 -fno-unit-at-a-time -DTCL_NO_STACK_CHECK=1"
+else
CFLAGS = "-g -O2 -fno-unit-at-a-time"
endif
+endif
unpatch:
dh_testdir
More information about the Pkg-tcltk-commits
mailing list