svn commit: trunk/buildroot/toolchain/gdb

vapier at uclibc.org vapier at uclibc.org
Wed Jun 21 08:18:11 UTC 2006


Author: vapier
Date: 2006-06-21 01:18:10 -0700 (Wed, 21 Jun 2006)
New Revision: 15456

Log:
use $(CONFIG_UPDATE) instead of noting the issue

Modified:
   trunk/buildroot/toolchain/gdb/gdb.mk


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2006-06-21 03:53:33 UTC (rev 15455)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2006-06-21 08:18:10 UTC (rev 15456)
@@ -35,10 +35,8 @@
 	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.
-	touch  $(GDB_DIR)/.unpacked
+	$(CONFIG_UPDATE) $(GDB_DIR)
+	touch $(GDB_DIR)/.unpacked
 
 gdb-dirclean:
 	rm -rf $(GDB_DIR)




More information about the uClibc-cvs mailing list