summaryrefslogtreecommitdiff
path: root/make/gdbserver.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-09 18:23:20 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-09 18:23:20 +0000
commite064d44a2f660d064ede41235de73c6dc7d95db2 (patch)
treee385c2cf6dbcb0ee5629f98bccaa8a9ec615120e /make/gdbserver.mk
parentb7d4f49c6114e4b6dc95f17f13648e8758123c63 (diff)
gdb wasn't working. Don't build a cross gdb for now.
-Erik
Diffstat (limited to 'make/gdbserver.mk')
-rw-r--r--make/gdbserver.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/gdbserver.mk b/make/gdbserver.mk
index 2b9c048b5..b31496fb6 100644
--- a/make/gdbserver.mk
+++ b/make/gdbserver.mk
@@ -15,7 +15,6 @@ $(GDB_WDIR)/.configured: $(GDB_DIR)/.unpacked
AR=$(TARGET_CROSS)ar NM=$(TARGET_CROSS)nm \
LD=$(TARGET_CROSS)ld AS=$(TARGET_CROSS)as \
$(GDB_DIR)/gdb/gdbserver/configure --prefix=/usr \
- --target=$(GNU_TARGET_NAME) \
--includedir=$(STAGING_DIR)/include \
--disable-nls --without-uiout --disable-gdbmi \
--disable-tui --disable-gdbtk --without-x \