diff options
Diffstat (limited to 'devel/gdb/files/patch-gdb-Makefile.in')
-rw-r--r-- | devel/gdb/files/patch-gdb-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/gdb/files/patch-gdb-Makefile.in b/devel/gdb/files/patch-gdb-Makefile.in deleted file mode 100644 index f352d0b57914..000000000000 --- a/devel/gdb/files/patch-gdb-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- gdb/Makefile.in.orig 2011-03-30 07:55:39.000000000 +0100 -+++ gdb/Makefile.in 2011-10-29 08:02:29.600973609 +0100 -@@ -758,7 +758,7 @@ - osf-share/cma_deb_core.h osf-share/AT386/cma_thread_io.h \ - osf-share/cma_sched.h proc-utils.h arm-tdep.h ax-gdb.h ppcnbsd-tdep.h \ - cli-out.h gdb_expat.h breakpoint.h infcall.h obsd-tdep.h \ --exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h \ -+exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h amd64bsd-nat.h \ - i386bsd-nat.h xml-support.h xml-tdesc.h alphabsd-tdep.h gdb_obstack.h \ - ia64-tdep.h ada-lang.h varobj.h frv-tdep.h nto-tdep.h serial.h \ - c-lang.h d-lang.h frame.h event-loop.h block.h cli/cli-setshow.h \ -@@ -1161,7 +1161,7 @@ - # Removing the old gdb first works better if it is running, at least on SunOS. - gdb$(EXEEXT): gdb.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS) - rm -f gdb$(EXEEXT) -- $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \ -+ $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) -Wl,-E \ - -o gdb$(EXEEXT) gdb.o libgdb.a \ - $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES) - |