Author: baggins Date: Sun May 7 22:58:12 2006 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - experimental hacks to get kernel to compile on ppc with gcc 3.3
---- Files affected: SPECS: kernel.spec (1.441.2.1535 -> 1.441.2.1536) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1535 SPECS/kernel.spec:1.441.2.1536 --- SPECS/kernel.spec:1.441.2.1535 Sun May 7 22:18:50 2006 +++ SPECS/kernel.spec Mon May 8 00:58:07 2006 @@ -244,6 +244,8 @@ # from http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-3.0.2-src.tgz Patch120: xen-3.0-2.6.16.patch +Patch200: linux-2.6-ppc-ICE-hacks.patch + Patch1000: linux-2.6-grsec-minimal.patch # grsecurity snap for 2.6.16.14 @@ -761,6 +763,10 @@ %patch9999 -p1 %endif +%ifarch ppc ppc64 +%patch200 -p1 +%endif + # Fix EXTRAVERSION in main Makefile sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile @@ -1591,6 +1597,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1536 2006/05/07 22:58:07 baggins +- experimental hacks to get kernel to compile on ppc with gcc 3.3 + Revision 1.441.2.1535 2006/05/07 20:18:50 baggins - enabled grsec_minimal patching - added pae bcond for building PAE kernel on uniprocessor ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1535&r2=1.441.2.1536&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
