From d159f126c4cc85781a9b13e02508169554a95be6 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 10 Sep 2014 10:34:17 +0200 Subject: cross-gdb: remove old patches Signed-off-by: Michael Olbrich --- .../0001-sim-ppc-remove-bogus-dependency.patch | 30 ---------------------- patches/gdb-7.6.1/series | 4 --- 2 files changed, 34 deletions(-) delete mode 100644 patches/gdb-7.6.1/0001-sim-ppc-remove-bogus-dependency.patch delete mode 100644 patches/gdb-7.6.1/series diff --git a/patches/gdb-7.6.1/0001-sim-ppc-remove-bogus-dependency.patch b/patches/gdb-7.6.1/0001-sim-ppc-remove-bogus-dependency.patch deleted file mode 100644 index 123dd57..0000000 --- a/patches/gdb-7.6.1/0001-sim-ppc-remove-bogus-dependency.patch +++ /dev/null @@ -1,30 +0,0 @@ -From: Michael Olbrich -Date: Mon, 31 Oct 2011 14:09:45 +0100 -Subject: [PATCH] sim/ppc: remove bogus dependency - -Otherwise compiling may fail for PPC with: - -make[4]: *** No rule to make target `-lz', needed by `psim'. Stop. - -The problem is that while make can resolve '-lz' as a dependency, this only -works if zlib is in the default search path or VPATH. sysroot-host/lib is -not searched. As a result '-lz' may not be resolved. - -Signed-off-by: Michael Olbrich ---- - sim/ppc/Makefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in -index d7d6689..3081be1 100644 ---- a/sim/ppc/Makefile.in -+++ b/sim/ppc/Makefile.in -@@ -550,7 +550,7 @@ PACKAGE_SRC = @sim_pk_src@ - PACKAGE_OBJ = @sim_pk_obj@ - - --psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP) -+psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP) - $(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS) - - run: psim diff --git a/patches/gdb-7.6.1/series b/patches/gdb-7.6.1/series deleted file mode 100644 index 997b0aa..0000000 --- a/patches/gdb-7.6.1/series +++ /dev/null @@ -1,4 +0,0 @@ -# generated by git-ptx-patches -#tag:base --start-number 1 -0001-sim-ppc-remove-bogus-dependency.patch -# 0c022cd0da9d4e74ed54e12281eeadc2 - git-ptx-patches magic -- cgit v1.2.3