Author: qboosh Date: Sat Dec 30 17:39:43 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix libtool to pass-through -m* options to linker
---- Files affected: SOURCES: binutils-libtool-m.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/binutils-libtool-m.patch diff -u /dev/null SOURCES/binutils-libtool-m.patch:1.1 --- /dev/null Sat Dec 30 18:39:43 2006 +++ SOURCES/binutils-libtool-m.patch Sat Dec 30 18:39:38 2006 @@ -0,0 +1,16 @@ +--- binutils-2.17.50.0.8/ltmain.sh.orig 2006-12-30 17:05:01.000000000 +0000 ++++ binutils-2.17.50.0.8/ltmain.sh 2006-12-30 17:20:17.000000000 +0000 +@@ -1246,6 +1246,13 @@ + continue + ;; + ++ -m*|-pg) ++ compile_command="$compile_command $arg" ++ finalize_command="$finalize_command $arg" ++ compiler_flags="$compiler_flags $arg" ++ continue ++ ;; ++ + -no-fast-install) + fast_install=no + continue ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
