fix build, thx z3ro
SVN-Revision: 1167
This commit is contained in:
parent
699f3df8d9
commit
93453d06f2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue