[uClibc-cvs] svn commit: trunk/buildroot/toolchain/gdb
andersen at uclibc.org
andersen at uclibc.org
Fri Feb 11 21:32:37 UTC 2005
Author: andersen
Date: 2005-02-11 14:32:35 -0700 (Fri, 11 Feb 2005)
New Revision: 9853
Log:
cleanup using a variable before it was defined
Modified:
trunk/buildroot/toolchain/gdb/gdb.mk
Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk 2005-02-11 21:02:07 UTC (rev 9852)
+++ trunk/buildroot/toolchain/gdb/gdb.mk 2005-02-11 21:32:35 UTC (rev 9853)
@@ -3,7 +3,8 @@
# gdb
#
######################################################################
-GDB_VERSION:=$(strip $(GDB_VERSION))
+GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION)))
+#"
GDB_SITE:=http://ftp.gnu.org/gnu/gdb
@@ -192,9 +193,6 @@
# Toplevel Makefile options
#
#############################################################
-GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION)))
-#"
-
ifeq ($(strip $(BR2_PACKAGE_GDB)),y)
TARGETS+=gdb_target
endif
More information about the uClibc-cvs
mailing list