diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 45e62cc2..70ef1603 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ hurd (20080607-1) UNRELEASED; urgency=low + debian/patches/mmx.patch: Likewise. + debian/patches/libpthread_stubs.patch: Updated, one hunk got applied upstream. + * debian/rules (CC): New variable, set to gcc-4.2. -- Michael Banck <mbanck@debian.org> Mon, 19 May 2008 01:19:24 +0200 diff --git a/debian/rules b/debian/rules index 9af14030..6dd8a142 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,8 @@ DEB_TAR_SRCDIR := hurd DEB_BUILDDIR = $(DEB_SRCDIR)/build +CC=gcc-4.2 + include /usr/share/cdbs/1/rules/tarball.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/debhelper.mk |
