Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: gdb-patches@sources.redhat.com, Richard Earnshaw <rearnsha@arm.com>
Subject: [commit/config] Disable configure.tgt code modifying configdirs
Date: Fri, 07 Jan 2005 16:28:00 -0000	[thread overview]
Message-ID: <41DEB86A.1020201@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

This, as it stands, doesn't work with autoconf (AC_CONFIG_SUBDIRS can't 
take a variable).  I've disabled it for now.

Richard, assuming rdi-share is still relevant, we'll need to find a way 
to handle this this and re-enable it.

Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1898 bytes --]

Index: ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
	xscale-*-* and i[34567]86-*-netware* code setting configdirs to
	rdi-share or nlm.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.156
diff -p -u -r1.156 configure.tgt
--- configure.tgt	4 Jan 2005 22:59:44 -0000	1.156
+++ configure.tgt	7 Jan 2005 16:15:31 -0000
@@ -5,8 +5,6 @@
 #  gdb_target_cpu	generic name of CPU
 #  gdb_target		name of GDB target definition to use
 
-# This file may also modify configdirs.
-
 # Map target cpu into the config cpu subdirectory name.
 # The default is $target_cpu.
 
@@ -58,10 +56,16 @@ arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
 arm-*-nto*)		gdb_target=nto ;;
 arm*-*-* | thumb*-*-* | strongarm*-*-*)
 			gdb_target=embed
-                        configdirs="$configdirs rdi-share"
+			# FIXME: cagney/2005-01-07: The configdirs
+			# variable doesn't work with autoconf 2.59.
+			# Disabled.
+                        # configdirs="$configdirs rdi-share"
                         ;;
 xscale-*-*)		gdb_target=embed
-                        configdirs="$configdirs rdi-share"
+			# FIXME: cagney/2005-01-07: The configdirs
+			# variable doesn't work with autoconf 2.59.
+			# Disabled.
+                        # configdirs="$configdirs rdi-share"
                         ;;
 
 avr-*-*)		gdb_target=avr ;;
@@ -92,7 +96,11 @@ i[34567]86-*-linux*)	gdb_target=linux
 			;;
 i[34567]86-*-gnu*)	gdb_target=i386gnu ;;
 i[34567]86-*-netware*)	gdb_target=i386
-			configdirs="${configdirs} nlm" ;;
+			# FIXME: cagney/2005-01-07: The configdirs
+			# variable doesn't work with autoconf 2.59.
+			# Disabled.
+			# configdirs="${configdirs} nlm"
+			;;
 i[34567]86-*-cygwin*)	gdb_target=cygwin  ;;
 i[34567]86-*-*)		gdb_target=i386 ;;
 

             reply	other threads:[~2005-01-07 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-07 16:28 Andrew Cagney [this message]
2005-01-07 16:54 ` Richard Earnshaw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41DEB86A.1020201@gnu.org \
    --to=cagney@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=rearnsha@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox