Fix gdb installation, thanks to Alfred Heggestad
SVN-Revision: 8383
This commit is contained in:
parent
46cbd5012e
commit
b682b4a79e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ 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; \
|
||||
ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb
|
||||
endef
|
||||
|
||||
define Build/Clean
|
||||
|
|
Loading…
Reference in a new issue