From 72af7dd1258265761218c0ad412a7a1c63572fcd Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 1 Sep 2019 14:38:36 +0000 Subject: gdb-7.12: always use the bundled opcodes library. --- patches/gdb-7.12.midipix.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/patches/gdb-7.12.midipix.patch b/patches/gdb-7.12.midipix.patch index be548e5..fdfc611 100644 --- a/patches/gdb-7.12.midipix.patch +++ b/patches/gdb-7.12.midipix.patch @@ -58,21 +58,6 @@ diff -ru a/gdb/Makefile.in b/gdb/Makefile.in # Where is expat? This will be empty if expat was not available. LIBEXPAT = @LIBEXPAT@ -@@ -468,12 +468,12 @@ - # disassemblers? - OPCODES_DIR = ../opcodes - OPCODES_SRC = $(srcdir)/$(OPCODES_DIR) --OPCODES = $(OPCODES_DIR)/libopcodes.a -+OPCODES = -lopcodes - # Where are the other opcode tables which only have header file - # versions? - OP_INCLUDE = $(INCLUDE_DIR)/opcode - # Some source files like to use #include "opcodes/file.h" --OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/.. -+OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/.. $(SYSROOT_FLAGS) - - # The simulator is usually nonexistent; targets that include one - # should set this to list all the .o or .a files to be linked in. @@ -599,7 +599,7 @@ $(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \ $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU) $(LIBICONV) -- cgit v1.2.3