Configure the embedded gdb module with "--disable-sim" in order to

bypass the unnecessary build of the libsim.a library.
(anderson@redhat.com)
This commit is contained in:
Dave Anderson 2016-02-03 11:21:25 -05:00
parent 517a179654
commit 1e770f68b0

View File

@ -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 \