rpms/kernel/F-12 kernel.spec,1.1807,1.1808

roland roland at fedoraproject.org
Wed Sep 16 18:28:45 UTC 2009


Author: roland

Update of /cvs/pkgs/rpms/kernel/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv729

Modified Files:
	kernel.spec 
Log Message:
Put workaround back, gcc still crashing on ppc.  Sigh.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.1807
retrieving revision 1.1808
diff -u -p -r1.1807 -r1.1808
--- kernel.spec	16 Sep 2009 17:44:25 -0000	1.1807
+++ kernel.spec	16 Sep 2009 18:28:44 -0000	1.1808
@@ -1485,6 +1485,11 @@ BuildKernel() {
     # make sure EXTRAVERSION says what we want it to say
     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?stablerev}-%{release}.%{_target_cpu}${Flavour:+.${Flavour}}/" Makefile
 
+    cat >> Makefile <<\EOF
+# XXX temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=521991
+KBUILD_CFLAGS += -fno-var-tracking-assignments
+EOF
+
     # if pre-rc1 devel kernel, must fix up SUBLEVEL for our versioning scheme
     %if !0%{?rcrev}
     %if 0%{?gitrev}
@@ -2049,9 +2054,6 @@ fi
 * Wed Sep 16 2009 Adam Jackson <ajax at redhat.com>
 - Disable hotplug interrupts on TV connectors on i915.
 
-* Wed Sep 16 2009 Roland McGrath <roland at redhat.com> - 2.6.31-20
-- Remove workaround for gcc bug #521991, now fixed.
-
 * Wed Sep 16 2009 Dave Jones <davej at redhat.com>
 - Fix NULL deref in powernow-k8 driver. (korg #13780)
 




More information about the fedora-extras-commits mailing list