summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e92301dd..e43115ac 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 73a2bb4d..37ddfe5a 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