projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5018a4
)
fix gdb installation
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Oct 2007 14:55:38 +0000
(14:55 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Oct 2007 14:55:38 +0000
(14:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9088
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gdb/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Makefile
b/toolchain/gdb/Makefile
index
5453be7
..
13a3b43
100644
(file)
--- a/
toolchain/gdb/Makefile
+++ b/
toolchain/gdb/Makefile
@@
-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 $(T
OOLCHAIN_DIR)/bin/$(T
ARGET_CROSS)gdb
+ ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/
bin/
$(GNU_TARGET_NAME)-gdb
endef
define Build/Clean
This page took
0.021715 seconds
and
4
git commands to generate.