Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Undisclosed.Recipients: ;
Cc: gdb-patches@sourceware.org,  slauss@resi.at,
	 Kaz Kojima <kkojima@rr.iij4u.or.jp>
Subject: [patch] fix superh detection in sim/configure
Date: Mon, 29 Jan 2007 03:19:00 -0000	[thread overview]
Message-ID: <200701282220.02884.vapier@gentoo.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 152 bytes --]

the superh detection in sim/configure ignores pretty much all useful superh 
targets and that's no fun ... attached patch should fix things up
-mike

[-- Attachment #1.2: Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: gdb-sim-superh-targets.patch --]
[-- Type: text/x-diff, Size: 503 bytes --]

2007-01-28  Manuel Lauss <slauss@resi.at>

	* configure.ac (sh64-*-*): Change to sh64*-*-*.
	(sh-*-*): Change to sh*-*-*.
	* configure: Regenerated.

--- sim/configure.ac
+++ sim/configure.ac
@@ -94,11 +94,11 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(mn10300)
 	   igen=yes
 	   ;;
-       sh64-*-*)
+       sh64*-*-*)
            AC_CONFIG_SUBDIRS(sh64)
 	   testsuite=yes
 	   ;;
-       sh-*-*)
+       sh*-*-*)
            AC_CONFIG_SUBDIRS(sh)
 	   testsuite=yes
 	   ;;

             reply	other threads:[~2007-01-29  3:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-29  3:19 Mike Frysinger [this message]
2007-01-29 12:18 ` Daniel Jacobowitz
2007-01-29 16:42   ` Mike Frysinger

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=200701282220.02884.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    --cc=kkojima@rr.iij4u.or.jp \
    --cc=slauss@resi.at \
    /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