]> git.pld-linux.org Git - packages/crossppc-binutils.git/blob - binutils-libtool-m.patch
- updated gettext BR
[packages/crossppc-binutils.git] / binutils-libtool-m.patch
1 --- binutils-2.17.50.0.8/ltmain.sh.orig 2006-12-30 17:05:01.000000000 +0000
2 +++ binutils-2.17.50.0.8/ltmain.sh      2006-12-30 17:20:17.000000000 +0000
3 @@ -1246,6 +1246,13 @@
4         continue
5         ;;
6  
7 +      -m*|-pg)
8 +        compile_command="$compile_command $arg"
9 +       finalize_command="$finalize_command $arg"
10 +       compiler_flags="$compiler_flags $arg"
11 +       continue
12 +       ;;
13 +
14        -no-fast-install)
15         fast_install=no
16         continue
This page took 0.029318 seconds and 3 git commands to generate.