Skip to content
Snippets Groups Projects
Commit b682b4a7 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Fix gdb installation, thanks to Alfred Heggestad

SVN-Revision: 8383
parent 46cbd501
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ endef ...@@ -42,7 +42,7 @@ endef
define Build/Install define Build/Install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/gdb/gdb $(TARGET_CROSS)gdb $(INSTALL_BIN) $(PKG_BUILD_DIR)/gdb/gdb $(TARGET_CROSS)gdb
ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb; \ ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb
endef endef
define Build/Clean 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