mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
use $(CONFIG_UPDATE) instead of noting the issue
This commit is contained in:
parent
338e502682
commit
5086f33ccb
@ -35,10 +35,8 @@ ifeq ($(GDB_VERSION),snapshot)
|
|||||||
ln -sf $(TOOL_BUILD_DIR)/$(shell tar jtf $(DL_DIR)/$(GDB_SOURCE) | head -1 | cut -d"/" -f1) $(GDB_DIR)
|
ln -sf $(TOOL_BUILD_DIR)/$(shell tar jtf $(DL_DIR)/$(GDB_SOURCE) | head -1 | cut -d"/" -f1) $(GDB_DIR)
|
||||||
endif
|
endif
|
||||||
toolchain/patch-kernel.sh $(GDB_DIR) toolchain/gdb/$(GDB_VERSION) \*.patch
|
toolchain/patch-kernel.sh $(GDB_DIR) toolchain/gdb/$(GDB_VERSION) \*.patch
|
||||||
# Copy a config.sub from gcc. This is only necessary until
|
$(CONFIG_UPDATE) $(GDB_DIR)
|
||||||
# gdb's config.sub supports <arch>-linux-uclibc tuples.
|
touch $(GDB_DIR)/.unpacked
|
||||||
# Should probably integrate this into the patch.
|
|
||||||
touch $(GDB_DIR)/.unpacked
|
|
||||||
|
|
||||||
gdb-dirclean:
|
gdb-dirclean:
|
||||||
rm -rf $(GDB_DIR)
|
rm -rf $(GDB_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user