From a88a16700e2c421ff202571ae5e972627801c965 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 15 Nov 2002 09:41:03 +0000 Subject: Some updates from Andrew May adding gdbserver and adjusting gdb in the hope of better cross-compiling support --- make/gdb.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/gdb.mk') diff --git a/make/gdb.mk b/make/gdb.mk index 0226f3501..bc8a4b757 100644 --- a/make/gdb.mk +++ b/make/gdb.mk @@ -20,9 +20,11 @@ $(GDB_DIR)/.configured: $(GDB_DIR)/.unpacked AR=$(TARGET_CROSS)ar NM=$(TARGET_CROSS)nm \ LD=$(TARGET_CROSS)ld AS=$(TARGET_CROSS)as \ ./configure --prefix=/usr \ + --target=$(GNU_TARGET_NAME) \ --includedir=$(STAGING_DIR)/include \ --disable-nls --without-uiout --disable-gdbmi \ --disable-tui --disable-gdbtk --without-x \ + --disable-sim --enable-gdbserver \ --without-included-gettext); touch $(GDB_DIR)/.configured -- cgit v1.2.3