Commit e064d44a authored by Eric Andersen's avatar Eric Andersen
Browse files

gdb wasn't working. Don't build a cross gdb for now.

 -Erik
parent b7d4f49c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ $(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 \
+0 −1
Original line number Diff line number Diff line
@@ -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 \