mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
gdb wasn't working. Don't build a cross gdb for now.
-Erik
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user