Author: pawelz Date: Fri Oct 2 17:33:33 2009 GMT Module: packages Tag: HEAD ---- Log message: - buildfix for gcc4
---- Files affected: packages/gnuboy: gnuboy-gcc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnuboy/gnuboy-gcc.patch diff -u /dev/null packages/gnuboy/gnuboy-gcc.patch:1.1 --- /dev/null Fri Oct 2 19:33:33 2009 +++ packages/gnuboy/gnuboy-gcc.patch Fri Oct 2 19:33:28 2009 @@ -0,0 +1,11 @@ +--- gnuboy-1.0.3/configure.in~ 2001-09-24 03:09:31.000000000 +0200 ++++ gnuboy-1.0.3/configure.in 2009-10-02 19:02:20.000000000 +0200 +@@ -209,7 +209,7 @@ + #2.9*|3.*) + CFLAGS="$CFLAGS -fstrength-reduce -fthread-jumps \ + -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \ +- -fexpensive-optimizations -fforce-mem -fforce-addr" ++ -fexpensive-optimizations -fforce-addr" + #;; + #*) + #AC_MSG_WARN(your compiler is too old for fancy optimizations) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
