The following commit has been merged in the master branch:
commit b86ad0292f5e73f9083aeb113509a604a3945ed8
Author: Samuel Thibault <[email protected]>
Date: Sat Aug 28 02:09:55 2010 +0200
Switch to gcc-4.4 (Closes: Bug#594285).
diff --git a/debian/changelog b/debian/changelog
index e92301d..e43115a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -60,6 +60,7 @@ hurd (20100827-1) UNRELEASED; urgency=low
* debian/local/runsystem: Export kernel parameters into environment, like
Linux does.
* debian/control: Use Package-Type instead of XC-Package-Type.
+ * debian/rules: Switch to gcc-4.4 (Closes: Bug#594285).
[ Guillem Jover ]
* Update make-new-tarball.sh to exclude git instead of CVS paths.
diff --git a/debian/rules b/debian/rules
index 73a2bb4..37ddfe5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@
DEB_BUILDDIR = $(DEB_SRCDIR)/build
-CC=gcc-4.3
+CC=gcc-4.4
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
--
Debian GNU Hurd packaging