From 1e770f68b0c2771722631e84a8f240d3b19b4076 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Wed, 3 Feb 2016 11:21:25 -0500 Subject: [PATCH] Configure the embedded gdb module with "--disable-sim" in order to bypass the unnecessary build of the libsim.a library. (anderson@redhat.com) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb0a34e..e3e4d7d 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,7 @@ gdb_merge: force @rm -f ${PROGRAM} @if [ ! -f ${GDB}/config.status ]; then \ (cd ${GDB}; ./configure ${GDB_CONF_FLAGS} --with-separate-debug-dir=/usr/lib/debug \ - --with-bugurl="" --with-expat=no --with-python=no; \ + --with-bugurl="" --with-expat=no --with-python=no --disable-sim; \ make --no-print-directory CRASH_TARGET=${TARGET}; echo ${TARGET} > crash.target) \ else make --no-print-directory rebuild; fi @if [ ! -f ${PROGRAM} ]; then \