Commit 5086f33c authored by Mike Frysinger's avatar Mike Frysinger
Browse files

use $(CONFIG_UPDATE) instead of noting the issue

parent 338e5026
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -35,9 +35,7 @@ ifeq ($(GDB_VERSION),snapshot)
	ln -sf $(TOOL_BUILD_DIR)/$(shell tar jtf $(DL_DIR)/$(GDB_SOURCE) | head -1 | cut -d"/" -f1) $(GDB_DIR)
endif
	toolchain/patch-kernel.sh $(GDB_DIR) toolchain/gdb/$(GDB_VERSION) \*.patch
	# Copy a config.sub from gcc.  This is only necessary until
	# gdb's config.sub supports <arch>-linux-uclibc tuples.
	# Should probably integrate this into the patch.
	$(CONFIG_UPDATE) $(GDB_DIR)
	touch $(GDB_DIR)/.unpacked

gdb-dirclean: