projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix build, thx z3ro
[openwrt.git]
/
openwrt
/
toolchain
/
gdb
/
Makefile
diff --git
a/openwrt/toolchain/gdb/Makefile
b/openwrt/toolchain/gdb/Makefile
index
4b0d6b3
..
aa7f126
100644
(file)
--- a/
openwrt/toolchain/gdb/Makefile
+++ b/
openwrt/toolchain/gdb/Makefile
@@
-25,7
+25,7
@@
$(GDB_DIR)/.patched: $(DL_DIR)/$(GDB_SOURCE)
GDB_CLIENT_DIR:=$(TOOL_BUILD_DIR)/gdbclient-$(GDB_VERSION)
-$(GDB_CLIENT_DIR)/.configured: $(GDB_DIR)/.
unpack
ed
+$(GDB_CLIENT_DIR)/.configured: $(GDB_DIR)/.
patch
ed
mkdir -p $(GDB_CLIENT_DIR)
(cd $(GDB_CLIENT_DIR); \
gdb_cv_func_sigsetjmp=yes \
This page took
0.021978 seconds
and
4
git commands to generate.