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

andersen at uclibc.org andersen at uclibc.org
Wed Mar 2 08:55:17 UTC 2005


Author: andersen
Date: 2005-03-02 01:55:16 -0700 (Wed, 02 Mar 2005)
New Revision: 9954

Log:
kill off support for gdb 5.3


Removed:
   trunk/buildroot/toolchain/gdb/5.3/

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2005-03-02 07:30:26 UTC (rev 9953)
+++ trunk/buildroot/toolchain/gdb/Config.in	2005-03-02 08:55:16 UTC (rev 9954)
@@ -22,14 +22,11 @@
 
 choice
 	prompt "GDB debuger Version"
-	default BR2_GDB_VERSION_5_3
+	default BR2_GDB_VERSION_6_3
 	depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_HOST_GDB
 	help
 	  Select the version of gcc you wish to use.
 
-	config BR2_GDB_VERSION_5.3
-		bool "gdb 5.3"
-
 	config BR2_GDB_VERSION_6_1_1
 		bool "gdb 6.1.1"
 
@@ -46,7 +43,6 @@
 
 config BR2_GDB_VERSION
 	string
-	default "5.3"      if BR2_GDB_VERSION_5.3
 	default "6.1.1"    if BR2_GDB_VERSION_6_1_1
 	default "6.2"      if BR2_GDB_VERSION_6_2
 	default "6.2.1"    if BR2_GDB_VERSION_6_2_1

Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2005-03-02 07:30:26 UTC (rev 9953)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2005-03-02 08:55:16 UTC (rev 9954)
@@ -7,14 +7,8 @@
 #"
 
 GDB_SITE:=http://ftp.gnu.org/gnu/gdb
-
-ifeq ($(GDB_VERSION),5.3)
-GDB_SOURCE:=gdb-$(GDB_VERSION).tar.gz
-GDB_CAT:=zcat
-else
 GDB_SOURCE:=gdb-$(GDB_VERSION).tar.bz2
 GDB_CAT:=bzcat
-endif
 
 GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_VERSION)
 
@@ -27,11 +21,6 @@
 	# 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.
-ifeq ($(GDB_VERSION),5.3)
-	chmod u+x $(GDB_DIR)/gdb/gdbserver/configure
-	cp $(GCC_DIR)/config.sub $(GDB_DIR)
-	cp $(GCC_DIR)/config.sub $(GDB_DIR)/readline/support/
-endif
 	touch  $(GDB_DIR)/.unpacked
 
 ######################################################################




More information about the uClibc-cvs mailing list