Skip to content
Snippets Groups Projects
Commit b3ab6c45 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix gdb installation

SVN-Revision: 9088
parent 822b6669
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ define Build/Compile
endef
define Build/Install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/gdb/gdb $(TARGET_CROSS)gdb
ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb
$(INSTALL_BIN) $(PKG_BUILD_DIR)/gdb/gdb $(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)gdb
ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/bin/$(GNU_TARGET_NAME)-gdb
endef
define Build/Clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment