Author: baggins Date: Sun May 7 22:57:01 2006 GMT Module: SOURCES Tag: LINUX_2_6 ---- Log message: - nasty hacks to get the kernel to compile on ppc with gcc 3.3
---- Files affected: SOURCES: linux-2.6-ppc-ICE-hacks.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/linux-2.6-ppc-ICE-hacks.patch diff -u /dev/null SOURCES/linux-2.6-ppc-ICE-hacks.patch:1.1.2.1 --- /dev/null Mon May 8 00:57:01 2006 +++ SOURCES/linux-2.6-ppc-ICE-hacks.patch Mon May 8 00:56:56 2006 @@ -0,0 +1,11 @@ +--- linux-2.6.16.14/fs/xfs/Makefile-linux-2.6~ 2006-05-05 02:03:45.000000000 +0200 ++++ linux-2.6.16.14/fs/xfs/Makefile-linux-2.6 2006-05-08 00:55:46.000000000 +0200 +@@ -30,7 +30,7 @@ + # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ + # + +-EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char ++EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char -O1 + + XFS_LINUX := linux-2.6 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
