mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-24 13:28:33 +00:00
fix build, thx z3ro
SVN-Revision: 1167
This commit is contained in:
parent
699f3df8d9
commit
93453d06f2
@ -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)/.unpacked
|
||||
$(GDB_CLIENT_DIR)/.configured: $(GDB_DIR)/.patched
|
||||
mkdir -p $(GDB_CLIENT_DIR)
|
||||
(cd $(GDB_CLIENT_DIR); \
|
||||
gdb_cv_func_sigsetjmp=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user