Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2007-06-16 17:55 sjhill at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: sjhill at uclibc.org @ 2007-06-16 17:55 UTC (permalink / raw)
  To: buildroot

Author: sjhill
Date: 2007-06-16 10:55:05 -0700 (Sat, 16 Jun 2007)
New Revision: 18833

Log:
Please make sure to update this file as well for new versions of GDB.


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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in.2
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in.2	2007-06-16 17:54:38 UTC (rev 18832)
+++ trunk/buildroot/toolchain/gdb/Config.in.2	2007-06-16 17:55:05 UTC (rev 18833)
@@ -52,4 +52,5 @@
 	default "6.3"      if BR2_EXT_GDB_VERSION_6_3
 	default "6.4"      if BR2_EXT_GDB_VERSION_6_4
 	default "6.5"      if BR2_EXT_GDB_VERSION_6_5
+	default "6.6"      if BR2_EXT_GDB_VERSION_6_6
 	default "snapshot" if BR2_EXT_GDB_VERSION_SNAPSHOT

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2007-06-22 10:42 aldot at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: aldot at uclibc.org @ 2007-06-22 10:42 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-06-22 03:42:07 -0700 (Fri, 22 Jun 2007)
New Revision: 18893

Log:
- gdb resides in usr/


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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2007-06-22 08:47:09 UTC (rev 18892)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2007-06-22 10:42:07 UTC (rev 18893)
@@ -47,7 +47,7 @@
 endif
 	toolchain/patch-kernel.sh $(GDB_DIR) toolchain/gdb/$(GDB_VERSION) \*.patch
 	$(CONFIG_UPDATE) $(GDB_DIR)
-	touch $(GDB_DIR)/.unpacked
+	touch $@
 
 gdb-dirclean:
 	rm -rf $(GDB_DIR)
@@ -72,7 +72,7 @@
 
 $(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked
 	mkdir -p $(GDB_TARGET_DIR)
-	(cd $(GDB_TARGET_DIR); \
+	(cd $(GDB_TARGET_DIR); rm -rf config.cache ; \
 		gdb_cv_func_sigsetjmp=yes \
 		$(TARGET_CONFIGURE_OPTS) \
 		CFLAGS_FOR_TARGET="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
@@ -92,7 +92,7 @@
 ifeq ($(BR2_ENABLE_LOCALE),y)
 	-$(SED) "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile
 endif
-	touch  $(GDB_TARGET_DIR)/.configured
+	touch $@
 
 $(GDB_TARGET_DIR)/gdb/gdb: $(GDB_TARGET_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) MT_CFLAGS="$(TARGET_CFLAGS)" \
@@ -107,9 +107,7 @@
 gdb_target-source: $(DL_DIR)/$(GDB_SOURCE)
 
 gdb_target-clean:
-	@if [ -d $(GDB_DIR)/Makefile ] ; then \
-		$(MAKE) -C $(GDB_DIR) clean ; \
-	fi;
+	-$(MAKE) -C $(GDB_DIR) clean
 
 gdb_target-dirclean:
 	rm -rf $(GDB_DIR)
@@ -124,7 +122,7 @@
 
 $(GDB_SERVER_DIR)/.configured: $(GDB_DIR)/.unpacked
 	mkdir -p $(GDB_SERVER_DIR)
-	(cd $(GDB_SERVER_DIR); \
+	(cd $(GDB_SERVER_DIR); rm -rf config.cache ; \
 		$(TARGET_CONFIGURE_OPTS) \
 		gdb_cv_func_sigsetjmp=yes \
 		bash_cv_have_mbstate_t=yes \
@@ -148,7 +146,7 @@
 		--disable-tui --disable-gdbtk --without-x \
 		--without-included-gettext \
 	);
-	touch  $(GDB_SERVER_DIR)/.configured
+	touch $@
 
 $(GDB_SERVER_DIR)/gdbserver: $(GDB_SERVER_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) MT_CFLAGS="$(TARGET_CFLAGS)" \
@@ -165,9 +163,7 @@
 gdbserver: $(TARGET_DIR)/usr/bin/gdbserver
 
 gdbserver-clean:
-	@if [ -d $(GDB_SERVER_DIR)/Makefile ] ; then \
-		$(MAKE) -C $(GDB_SERVER_DIR) clean ; \
-	fi;
+	-$(MAKE) -C $(GDB_SERVER_DIR) clean
 
 gdbserver-dirclean:
 	rm -rf $(GDB_SERVER_DIR)
@@ -182,7 +178,7 @@
 
 $(GDB_HOST_DIR)/.configured: $(GDB_DIR)/.unpacked
 	mkdir -p $(GDB_HOST_DIR)
-	(cd $(GDB_HOST_DIR); \
+	(cd $(GDB_HOST_DIR); rm -rf config.cache ; \
 		gdb_cv_func_sigsetjmp=yes \
 		bash_cv_have_mbstate_t=yes \
 		$(GDB_DIR)/configure \
@@ -196,7 +192,7 @@
 		--without-included-gettext \
 		--enable-threads \
 	);
-	touch  $(GDB_HOST_DIR)/.configured
+	touch $@
 
 $(GDB_HOST_DIR)/gdb/gdb: $(GDB_HOST_DIR)/.configured
 	$(MAKE) -C $(GDB_HOST_DIR)
@@ -205,16 +201,14 @@
 $(TARGET_CROSS)gdb: $(GDB_HOST_DIR)/gdb/gdb
 	install -c $(GDB_HOST_DIR)/gdb/gdb $(TARGET_CROSS)gdb
 	ln -snf ../../bin/$(REAL_GNU_TARGET_NAME)-gdb \
-		$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/gdb
+		$(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/bin/gdb
 	ln -snf $(REAL_GNU_TARGET_NAME)-gdb \
-		$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-gdb
+		$(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-gdb
 
 gdbhost: $(TARGET_CROSS)gdb
 
 gdbhost-clean:
-	@if [ -d $(GDB_HOST_DIR)/Makefile ] ; then \
-		$(MAKE) -C $(GDB_HOST_DIR) clean ; \
-	fi;
+	-$(MAKE) -C $(GDB_HOST_DIR) clean
 
 gdbhost-dirclean:
 	rm -rf $(GDB_HOST_DIR)

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2007-06-26 14:32 aldot at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: aldot at uclibc.org @ 2007-06-26 14:32 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-06-26 07:32:10 -0700 (Tue, 26 Jun 2007)
New Revision: 18939

Log:
- don't bail out on cc warnings


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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2007-06-26 14:02:29 UTC (rev 18938)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2007-06-26 14:32:10 UTC (rev 18939)
@@ -75,8 +75,8 @@
 	(cd $(GDB_TARGET_DIR); rm -rf config.cache ; \
 		gdb_cv_func_sigsetjmp=yes \
 		$(TARGET_CONFIGURE_OPTS) \
-		CFLAGS_FOR_TARGET="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
-		CFLAGS="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
+		CFLAGS_FOR_TARGET="$(TARGET_CFLAGS) $(TARGET_LDFLAGS) -Wno-error" \
+		CFLAGS="$(TARGET_CFLAGS) $(TARGET_LDFLAGS) -Wno-error" \
 		$(GDB_TARGET_CONFIGURE_VARS) \
 		$(GDB_DIR)/configure \
 		--build=$(GNU_HOST_NAME) \
@@ -88,6 +88,7 @@
 		--disable-tui --disable-gdbtk --without-x \
 		--disable-sim --enable-gdbserver \
 		--without-included-gettext \
+		--disable-werror \
 	);
 ifeq ($(BR2_ENABLE_LOCALE),y)
 	-$(SED) "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2007-07-29 17:34 ulf at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: ulf at uclibc.org @ 2007-07-29 17:34 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-29 10:34:20 -0700 (Sun, 29 Jul 2007)
New Revision: 19329

Log:
gdb config for AVR32

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2007-07-29 17:32:21 UTC (rev 19328)
+++ trunk/buildroot/toolchain/gdb/Config.in	2007-07-29 17:34:20 UTC (rev 19329)
@@ -29,21 +29,26 @@
 
 	config BR2_GDB_VERSION_6_2_1
 		bool "gdb 6.2.1"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_6_3
 		bool "gdb 6.3"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_6_4
 		bool "gdb 6.4"
 
 	config BR2_GDB_VERSION_6_5
 		bool "gdb 6.5"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_6_6
 		bool "gdb 6.6"
+		depends on !BR2_avr32
 
 	config BR2_GDB_VERSION_SNAPSHOT
 		bool "gdb snapshot"
+		depends on !BR2_avr32
 
 endchoice
 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2007-09-26 14:16 aldot at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: aldot at uclibc.org @ 2007-09-26 14:16 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-26 07:16:47 -0700 (Wed, 26 Sep 2007)
New Revision: 20040

Log:
- sjhill?


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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in.2
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in.2	2007-09-26 12:18:07 UTC (rev 20039)
+++ trunk/buildroot/toolchain/gdb/Config.in.2	2007-09-26 14:16:47 UTC (rev 20040)
@@ -1,4 +1,5 @@
 # Keep this in sync with Config.in
+# Why don't you use Config.in in the first place?
 
 comment "Gdb Options"
 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-02-07 10:59 vanokuten at uclibc.org
  2008-02-08  9:07 ` Atle Nissestad
  0 siblings, 1 reply; 17+ messages in thread
From: vanokuten at uclibc.org @ 2008-02-07 10:59 UTC (permalink / raw)
  To: buildroot

Author: vanokuten
Date: 2008-02-07 02:59:00 -0800 (Thu, 07 Feb 2008)
New Revision: 20953

Log:
updated gdb support for nios2, thanks Atle

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2008-02-07 07:06:49 UTC (rev 20952)
+++ trunk/buildroot/toolchain/gdb/Config.in	2008-02-07 10:59:00 UTC (rev 20953)
@@ -30,18 +30,19 @@
 
 	config BR2_GDB_VERSION_6_2_1
 		bool "gdb 6.2.1"
-		depends on !BR2_avr32
+		depends on !BR2_avr32 && !BR2_nios2
 
 	config BR2_GDB_VERSION_6_3
 		bool "gdb 6.3"
-		depends on !BR2_avr32
+		depends on !BR2_avr32 && !BR2_nios2
 
 	config BR2_GDB_VERSION_6_4
 		bool "gdb 6.4"
+		depends on !BR2_nios2
 
 	config BR2_GDB_VERSION_6_5
 		bool "gdb 6.5"
-		depends on !BR2_avr32
+		depends on !BR2_avr32 && !BR2_nios2
 
 	config BR2_GDB_VERSION_6_6
 		bool "gdb 6.6"
@@ -49,7 +50,7 @@
 
 	config BR2_GDB_VERSION_SNAPSHOT
 		bool "gdb snapshot"
-		depends on !BR2_avr32
+		depends on !BR2_avr32 && !BR2_nios2
 
 endchoice
 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
  2008-02-07 10:59 vanokuten at uclibc.org
@ 2008-02-08  9:07 ` Atle Nissestad
  2008-02-08 10:45   ` Ivan Kuten
  0 siblings, 1 reply; 17+ messages in thread
From: Atle Nissestad @ 2008-02-08  9:07 UTC (permalink / raw)
  To: buildroot

On Thursday 7. February 2008 11:59:01 vanokuten at uclibc.org wrote:
> Author: vanokuten
> Date: 2008-02-07 02:59:00 -0800 (Thu, 07 Feb 2008)
> New Revision: 20953
>
> Log:
> updated gdb support for nios2, thanks Atle
>
> Modified:
>    trunk/buildroot/toolchain/gdb/Config.in
>
>
> Changeset:
> Modified: trunk/buildroot/toolchain/gdb/Config.in

Seems you missed the important part of my patch, the actual nios2 gdb 6.6 
arch-support (/buildroot/toolchain/gdb/6.6/700-nios2-6.6.patch).
Forgot to 'svn add' perhaps ..?

- Atle

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
  2008-02-08  9:07 ` Atle Nissestad
@ 2008-02-08 10:45   ` Ivan Kuten
  0 siblings, 0 replies; 17+ messages in thread
From: Ivan Kuten @ 2008-02-08 10:45 UTC (permalink / raw)
  To: buildroot

Thanks for hint, I indeed forgot to svn add.

Regards,
Ivan

Atle Nissestad wrote:
> On Thursday 7. February 2008 11:59:01 vanokuten at uclibc.org wrote:
>> Author: vanokuten
>> Date: 2008-02-07 02:59:00 -0800 (Thu, 07 Feb 2008)
>> New Revision: 20953
>>
>> Log:
>> updated gdb support for nios2, thanks Atle
>>
>> Modified:
>>    trunk/buildroot/toolchain/gdb/Config.in
>>
>>
>> Changeset:
>> Modified: trunk/buildroot/toolchain/gdb/Config.in
> 
> Seems you missed the important part of my patch, the actual nios2 gdb 6.6 
> arch-support (/buildroot/toolchain/gdb/6.6/700-nios2-6.6.patch).
> Forgot to 'svn add' perhaps ..?
> 
> - Atle
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-06-16 15:52 jacmet at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: jacmet at uclibc.org @ 2008-06-16 15:52 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-06-16 08:52:41 -0700 (Mon, 16 Jun 2008)
New Revision: 22383

Log:
gdb: support external toolchain


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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2008-06-16 14:35:57 UTC (rev 22382)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2008-06-16 15:52:41 UTC (rev 22383)
@@ -20,21 +20,17 @@
 GDB_PATCH_DIR:=toolchain/gdb/$(GDB_VERSION)
 else
 
-ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
-GDB_SITE:=$(BR2_GNU_MIRROR)/gdb
-else
-GDB_SITE:=$(VENDOR_SITE)
-endif
-
 GDB_OFFICIAL_VERSION:=$(GDB_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GDB_RELEASE)
 
 GDB_SOURCE:=gdb-$(GDB_OFFICIAL_VERSION).tar.bz2
 GDB_CAT:=$(BZCAT)
 
-ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
-GDB_PATCH_DIR:=toolchain/gdb/$(GDB_OFFICIAL_VERSION)
-else
+ifeq ($(BR2_TOOLCHAIN_EXTERNAL_SOURCE),y)
+GDB_SITE:=$(VENDOR_SITE)
 GDB_PATCH_DIR:=$(VENDOR_PATCH_DIR)/gdb-$(GDB_OFFICIAL_VERSION)
+else
+GDB_SITE:=$(BR2_GNU_MIRROR)/gdb
+GDB_PATCH_DIR:=toolchain/gdb/$(GDB_OFFICIAL_VERSION)
 endif
 
 GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(GDB_OFFICIAL_VERSION)

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-07-01 21:36 ulf at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: ulf at uclibc.org @ 2008-07-01 21:36 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-07-01 14:36:31 -0700 (Tue, 01 Jul 2008)
New Revision: 22600

Log:
Add gdb-6.8 support, courtesy Fathi Boudra

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2008-07-01 21:36:11 UTC (rev 22599)
+++ trunk/buildroot/toolchain/gdb/Config.in	2008-07-01 21:36:31 UTC (rev 22600)
@@ -52,6 +52,10 @@
 		bool "gdb 6.7.1"
 		depends on !BR2_avr32
 
+	config BR2_GDB_VERSION_6_8
+		bool "gdb 6.8"
+		depends on !BR2_avr32
+
 	config BR2_GDB_VERSION_SNAPSHOT
 		bool "gdb snapshot"
 		depends on !BR2_avr32 && !BR2_nios2
@@ -66,4 +70,5 @@
 	default "6.5"      if BR2_GDB_VERSION_6_5
 	default "6.6"      if BR2_GDB_VERSION_6_6
 	default "6.7.1"    if BR2_GDB_VERSION_6_7_1
+	default "6.8"      if BR2_GDB_VERSION_6_8
 	default "snapshot" if BR2_GDB_VERSION_SNAPSHOT

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-07-01 21:38 ulf at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: ulf at uclibc.org @ 2008-07-01 21:38 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-07-01 14:38:03 -0700 (Tue, 01 Jul 2008)
New Revision: 22601

Log:
disable configure caching in gdb, courtesy of Fathi Boudra

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2008-07-01 21:36:31 UTC (rev 22600)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2008-07-01 21:38:03 UTC (rev 22601)
@@ -84,13 +84,14 @@
 
 $(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked
 	mkdir -p $(GDB_TARGET_DIR)
-	(cd $(GDB_TARGET_DIR); rm -rf config.cache; \
+	(cd $(GDB_TARGET_DIR); \
 		gdb_cv_func_sigsetjmp=yes \
 		$(TARGET_CONFIGURE_OPTS) \
 		CFLAGS_FOR_TARGET="$(TARGET_CFLAGS) $(TARGET_LDFLAGS) -Wno-error" \
 		CFLAGS="$(TARGET_CFLAGS) $(TARGET_LDFLAGS) -Wno-error" \
 		$(GDB_TARGET_CONFIGURE_VARS) \
 		$(GDB_DIR)/configure \
+		--cache-file=/dev/null \
 		--build=$(GNU_HOST_NAME) \
 		--host=$(REAL_GNU_TARGET_NAME) \
 		--target=$(REAL_GNU_TARGET_NAME) \
@@ -135,11 +136,12 @@
 
 $(GDB_SERVER_DIR)/.configured: $(GDB_DIR)/.unpacked
 	mkdir -p $(GDB_SERVER_DIR)
-	(cd $(GDB_SERVER_DIR); rm -rf config.cache; \
+	(cd $(GDB_SERVER_DIR); \
 		$(TARGET_CONFIGURE_OPTS) \
 		gdb_cv_func_sigsetjmp=yes \
 		bash_cv_have_mbstate_t=yes \
 		$(GDB_DIR)/gdb/gdbserver/configure \
+		--cache-file=/dev/null \
 		--build=$(GNU_HOST_NAME) \
 		--host=$(REAL_GNU_TARGET_NAME) \
 		--target=$(REAL_GNU_TARGET_NAME) \
@@ -165,6 +167,7 @@
 	$(MAKE) CC=$(TARGET_CC) MT_CFLAGS="$(TARGET_CFLAGS)" \
 		-C $(GDB_SERVER_DIR)
 	$(STRIPCMD) $(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
@@ -191,10 +194,11 @@
 
 $(GDB_HOST_DIR)/.configured: $(GDB_DIR)/.unpacked
 	mkdir -p $(GDB_HOST_DIR)
-	(cd $(GDB_HOST_DIR); rm -rf config.cache; \
+	(cd $(GDB_HOST_DIR); \
 		gdb_cv_func_sigsetjmp=yes \
 		bash_cv_have_mbstate_t=yes \
 		$(GDB_DIR)/configure \
+		--cache-file=/dev/null \
 		--prefix=$(STAGING_DIR) \
 		--build=$(GNU_HOST_NAME) \
 		--host=$(GNU_HOST_NAME) \
@@ -226,8 +230,6 @@
 gdbhost-dirclean:
 	rm -rf $(GDB_HOST_DIR)
 
-
-
 #############################################################
 #
 # Toplevel Makefile options

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-07-01 21:46 ulf at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: ulf at uclibc.org @ 2008-07-01 21:46 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-07-01 14:46:50 -0700 (Tue, 01 Jul 2008)
New Revision: 22602

Log:
disable werror in gdb

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2008-07-01 21:38:03 UTC (rev 22601)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2008-07-01 21:46:50 UTC (rev 22602)
@@ -208,6 +208,7 @@
 		--disable-tui --disable-gdbtk --without-x \
 		--without-included-gettext \
 		--enable-threads \
+		--disable-werror \
 	)
 	touch $@
 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-08-24  7:48 jacmet at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: jacmet at uclibc.org @ 2008-08-24  7:48 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-08-24 00:48:22 -0700 (Sun, 24 Aug 2008)
New Revision: 23193

Log:
toolchain/gdb: unbreak target gdb support

r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb
support as it tries to apply gdb patches twice. Unbreak it.

Closes #3954.

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2008-08-24 07:48:15 UTC (rev 23192)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2008-08-24 07:48:22 UTC (rev 23193)
@@ -62,10 +62,6 @@
 	touch $@
 
 gdb-patched: $(GDB_DIR)/.unpacked
-$(GDB_DIR)/.patched: $(GDB_DIR)/.unpacked
-	toolchain/patch-kernel.sh $(GDB_DIR) $(GDB_PATCH_DIR) \*.patch
-	$(CONFIG_UPDATE) $(GDB_DIR)
-	touch $@
 
 gdb-dirclean:
 	rm -rf $(GDB_DIR)
@@ -88,7 +84,7 @@
 	bash_cv_func_sigsetjmp=present \
 	bash_cv_have_mbstate_t=yes
 
-$(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.patched
+$(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked
 	mkdir -p $(GDB_TARGET_DIR)
 	(cd $(GDB_TARGET_DIR); \
 		gdb_cv_func_sigsetjmp=yes \

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-12-07 21:22 jacmet at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: jacmet at uclibc.org @ 2008-12-07 21:22 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-12-07 13:22:45 -0800 (Sun, 07 Dec 2008)
New Revision: 24301

Log:
toolchain/gdb: add -source target

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/gdb.mk
===================================================================
--- trunk/buildroot/toolchain/gdb/gdb.mk	2008-12-07 06:55:36 UTC (rev 24300)
+++ trunk/buildroot/toolchain/gdb/gdb.mk	2008-12-07 21:22:45 UTC (rev 24301)
@@ -63,6 +63,7 @@
 
 gdb-patched: $(GDB_DIR)/.unpacked
 
+gdb-source: $(DL_DIR)/$(GDB_SOURCE)
 gdb-dirclean:
 	rm -rf $(GDB_DIR)
 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-12-08  8:46 jacmet at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: jacmet at uclibc.org @ 2008-12-08  8:46 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-12-08 00:46:50 -0800 (Mon, 08 Dec 2008)
New Revision: 24311

Log:
toolchain/gdb: default to 6.8

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2008-12-08 08:15:58 UTC (rev 24310)
+++ trunk/buildroot/toolchain/gdb/Config.in	2008-12-08 08:46:50 UTC (rev 24311)
@@ -19,7 +19,7 @@
 
 choice
 	prompt "GDB debugger Version"
-	default BR2_GDB_VERSION_6_6 if !BR2_avr32
+	default BR2_GDB_VERSION_6_8 if !BR2_avr32
 	default BR2_GDB_VERSION_6_7_1 if BR2_avr32
 	depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST
 	help

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-12-08  8:46 jacmet at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: jacmet at uclibc.org @ 2008-12-08  8:46 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-12-08 00:46:52 -0800 (Mon, 08 Dec 2008)
New Revision: 24312

Log:
toolchain/gdb: mark old versions as deprecated

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2008-12-08 08:46:50 UTC (rev 24311)
+++ trunk/buildroot/toolchain/gdb/Config.in	2008-12-08 08:46:52 UTC (rev 24312)
@@ -28,22 +28,27 @@
 	config BR2_GDB_VERSION_6_2_1
 		bool "gdb 6.2.1"
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_3
 		bool "gdb 6.3"
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_4
 		bool "gdb 6.4"
 		depends on !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_5
 		bool "gdb 6.5"
 		depends on !BR2_avr32 && !BR2_nios2
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_6
 		bool "gdb 6.6"
 		depends on !BR2_avr32
+		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_7_1
 		bool "gdb 6.7.1"

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/gdb
@ 2008-12-08  8:54 jacmet at uclibc.org
  0 siblings, 0 replies; 17+ messages in thread
From: jacmet at uclibc.org @ 2008-12-08  8:54 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-12-08 00:54:14 -0800 (Mon, 08 Dec 2008)
New Revision: 24313

Log:
toolchain/gdb: 6.4 shouldn't be selectable for avr32

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


Changeset:
Modified: trunk/buildroot/toolchain/gdb/Config.in
===================================================================
--- trunk/buildroot/toolchain/gdb/Config.in	2008-12-08 08:46:52 UTC (rev 24312)
+++ trunk/buildroot/toolchain/gdb/Config.in	2008-12-08 08:54:14 UTC (rev 24313)
@@ -37,7 +37,7 @@
 
 	config BR2_GDB_VERSION_6_4
 		bool "gdb 6.4"
-		depends on !BR2_nios2
+		depends on !BR2_avr32 && !BR2_nios2
 		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_5

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-12-08  8:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-24  7:48 [Buildroot] svn commit: trunk/buildroot/toolchain/gdb jacmet at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-12-08  8:54 jacmet at uclibc.org
2008-12-08  8:46 jacmet at uclibc.org
2008-12-08  8:46 jacmet at uclibc.org
2008-12-07 21:22 jacmet at uclibc.org
2008-07-01 21:46 ulf at uclibc.org
2008-07-01 21:38 ulf at uclibc.org
2008-07-01 21:36 ulf at uclibc.org
2008-06-16 15:52 jacmet at uclibc.org
2008-02-07 10:59 vanokuten at uclibc.org
2008-02-08  9:07 ` Atle Nissestad
2008-02-08 10:45   ` Ivan Kuten
2007-09-26 14:16 aldot at uclibc.org
2007-07-29 17:34 ulf at uclibc.org
2007-06-26 14:32 aldot at uclibc.org
2007-06-22 10:42 aldot at uclibc.org
2007-06-16 17:55 sjhill at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox