The unified diff between revisions [dbb20333..] and [2d1ebe2d..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/changelog"
#  from [c926c90e9f87e320652e3770379b7546dd94b558]
#    to [19deed2ac941612c92101f2ba58d515a2b4bce99]
#
# patch "debian/rules2"
#  from [389da4ebb28526f85ec432bdad60eaaaf60a24b9]
#    to [721fe983da1f5458294298b5e34f8f1df4100667]
#
============================================================
--- debian/changelog	c926c90e9f87e320652e3770379b7546dd94b558
+++ debian/changelog	19deed2ac941612c92101f2ba58d515a2b4bce99
@@ -5,6 +5,7 @@ gcc-4.2 (4.2.4-5) UNRELEASED; urgency=lo
       PR middle-end/37807, PR middle-end/37809, PR bootstrap/33100,
       PR target/37909, PR c++/37142, PR c++/38030, PR c++/37932.
   * Do not build-depend on autogen, if the package is not installable.
+  * Configure with --with-tune=generic for x86 targets.

  -- Matthias Klose <doko@debian.org>  Sun, 23 Nov 2008 15:19:20 +0100

============================================================
--- debian/rules2	389da4ebb28526f85ec432bdad60eaaaf60a24b9
+++ debian/rules2	721fe983da1f5458294298b5e34f8f1df4100667
@@ -294,6 +294,10 @@ endif
   CONFARGS += --with-multilib-list=m4,m4-nofpu --with-cpu=sh4
 endif

+ifneq (,$(filter $(DEB_TARGET_ARCH), amd64 i386 hurd-i386 kfreebsd-i386 kfreebsd-amd64))
+  CONFARGS += --with-tune=generic
+endif
+
 # lpia
 ifeq ($(DEB_TARGET_ARCH),lpia)
   CONFARGS += --with-arch=i686 --with-tune=i586