]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- allow specyfing tooldir at configure time
authorsparky <sparky@pld-linux.org>
Tue, 21 Apr 2009 23:32:55 +0000 (23:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-tooldir.patch -> 1.1

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

diff --git a/binutils-tooldir.patch b/binutils-tooldir.patch
new file mode 100644 (file)
index 0000000..bc5d760
--- /dev/null
@@ -0,0 +1,23 @@
+--- binutils-2.19.51.0.4/configure.ac~ 2009-04-22 01:13:43.033504635 +0200
++++ binutils-2.19.51.0.4/configure.ac  2009-04-22 01:14:26.780226141 +0200
+@@ -20,7 +20,6 @@
+ ### WARNING: this file contains embedded tabs.  Do not run untabify on this file.
+ m4_include(config/acx.m4)
+-m4_include(config/override.m4)
+ m4_include(config/proginstall.m4)
+ AC_INIT(move-if-change)
+@@ -2113,7 +2112,11 @@
+ # Some systems (e.g., one of the i386-aix systems the gas testers are
+ # using) don't handle "\$" correctly, so don't use it here.
+-tooldir='${exec_prefix}'/${target_noncanonical}
++if test x${with_tooldir} != x ; then
++      tooldir="${with_tooldir}"
++else
++      tooldir='${exec_prefix}'/${target_noncanonical}
++fi
+ build_tooldir=${tooldir}
+ # Create a .gdbinit file which runs the one in srcdir
This page took 0.135755 seconds and 4 git commands to generate.