]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- properly pass make flags in sim/ subdirectory (including bindir and mandir,
authorMichal Moskal <michal@moskal.me>
Tue, 9 Apr 2002 11:13:40 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  that caused install failure on ppc)

Changed files:
    gdb-passflags.patch -> 1.1

gdb-passflags.patch [new file with mode: 0644]

diff --git a/gdb-passflags.patch b/gdb-passflags.patch
new file mode 100644 (file)
index 0000000..56d630b
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur gdb-5.1.1/sim/Makefile.in gdb-5.1.1-/sim/Makefile.in
+--- gdb-5.1.1/sim/Makefile.in  Fri Apr 16 01:34:55 1999
++++ gdb-5.1.1-/sim/Makefile.in Tue Apr  9 11:03:47 2002
+@@ -81,6 +81,20 @@
+ FLAGS_TO_PASS = \
+       "prefix=$(prefix)" \
+       "exec_prefix=$(exec_prefix)" \
++      "bindir=$(bindir)" \
++      "datadir=$(datadir)" \
++      "includedir=$(includedir)" \
++      "infodir=$(infodir)" \
++      "libdir=$(libdir)" \
++      "libexecdir=$(libexecdir)" \
++      "lispdir=$(lispdir)" \
++      "localstatedir=$(localstatedir)" \
++      "mandir=$(mandir)" \
++      "oldincludedir=$(oldincludedir)" \
++      "sbindir=$(sbindir)" \
++      "sharedstatedir=$(sharedstatedir)" \
++      "sysconfdir=$(sysconfdir)" \
++      "tooldir=$(tooldir)" \
+       "against=$(against)" \
+       "AR=$(AR)" \
+       "AR_FLAGS=$(AR_FLAGS)" \
This page took 0.03883 seconds and 4 git commands to generate.