mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Overwrite any existing link should there be one
This commit is contained in:
@@ -164,7 +164,7 @@ $(GDB_CLIENT_DIR)/gdb/gdb: $(GDB_CLIENT_DIR)/.configured
|
||||
|
||||
$(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb
|
||||
install -c $(GDB_CLIENT_DIR)/gdb/gdb $(TARGET_CROSS)gdb
|
||||
ln -s ../../bin/$(REAL_GNU_TARGET_NAME)-gdb \
|
||||
ln -fs ../../bin/$(REAL_GNU_TARGET_NAME)-gdb \
|
||||
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/gdb
|
||||
|
||||
gdbclient: $(TARGET_CROSS)gdb
|
||||
|
||||
Reference in New Issue
Block a user