Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] fix superh detection in sim/configure
@ 2007-01-29  3:19 Mike Frysinger
  2007-01-29 12:18 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2007-01-29  3:19 UTC (permalink / raw)
  Cc: gdb-patches, slauss, Kaz Kojima


[-- 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
 	   ;;

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

end of thread, other threads:[~2007-01-29 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-29  3:19 [patch] fix superh detection in sim/configure Mike Frysinger
2007-01-29 12:18 ` Daniel Jacobowitz
2007-01-29 16:42   ` Mike Frysinger

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