]> git.pld-linux.org Git - packages/crossppc-binutils.git/commitdiff
- fix libtool to pass-through -m* options to linker auto/th/binutils-2_17_50_0_8-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Dec 2006 17:39:38 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-libtool-m.patch -> 1.1

binutils-libtool-m.patch [new file with mode: 0644]

diff --git a/binutils-libtool-m.patch b/binutils-libtool-m.patch
new file mode 100644 (file)
index 0000000..cb7c518
--- /dev/null
@@ -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
This page took 0.115075 seconds and 4 git commands to generate.