[uClibc-cvs] svn commit: trunk/buildroot/toolchain: gdb

mjn3 at uclibc.org mjn3 at uclibc.org
Thu Aug 4 05:44:49 UTC 2005


Author: mjn3
Date: 2005-08-03 23:44:48 -0600 (Wed, 03 Aug 2005)
New Revision: 11041

Log:
Sigh... Let's try this again.

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


Changeset:
Modified: trunk/buildroot/toolchain/Config.in
===================================================================
--- trunk/buildroot/toolchain/Config.in	2005-08-04 05:14:23 UTC (rev 11040)
+++ trunk/buildroot/toolchain/Config.in	2005-08-04 05:44:48 UTC (rev 11041)
@@ -46,7 +46,7 @@
 	  Optimizations to use when building for the target host.
 
 config BR2_CROSS_TOOLCHAIN_TARGET_UTILS
-	string "Include target utils in cross toolchain."
+	bool "Include target utils in cross toolchain."
 	default y
 	help
 	  When using buildroot to build a deployable cross toolchain, it is handy

Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2005-08-04 05:14:23 UTC (rev 11040)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2005-08-04 05:44:48 UTC (rev 11041)
@@ -121,7 +121,6 @@
 	$(MAKE) CC=$(TARGET_CC) MT_CFLAGS="$(TARGET_CFLAGS)" \
 		-C $(GDB_SERVER_DIR)
 	$(STRIP) $(GDB_SERVER_DIR)/gdbserver
-
 $(TARGET_DIR)/usr/bin/gdbserver: $(GDB_SERVER_DIR)/gdbserver
 ifeq ($(strip $(BR2_CROSS_TOOLCHAIN_TARGET_UTILS)),y)
 	mkdir -p $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/target_utils




More information about the uClibc-cvs mailing list