public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix configure for alpha-linux for
@ 2015-05-03 17:17 Matthias Klose
  2015-05-03 17:22 ` Uros Bizjak
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klose @ 2015-05-03 17:17 UTC (permalink / raw)
  To: gcc-patches; +Cc: Uros Bizjak

fix the toplevel configure for alpha-linux for targets which are configured with
a triplet, not having the vendor information as part of the command

Ok for the trunk and all branches?

	* configure.ac: Match $host configured with triplets.
	* configure: Regenerate.

  Matthias

Index: configure.ac
===================================================================
--- configure.ac	(revision 222531)
+++ configure.ac	(working copy)
@@ -1154,7 +1154,7 @@
   *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  alpha*-*-linux*)
+  alpha*-linux*)
     host_makefile_frag="config/mh-alpha-linux"
     ;;
   hppa*-hp-hpux10*)

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

* Re: [patch] fix configure for alpha-linux for
  2015-05-03 17:17 [patch] fix configure for alpha-linux for Matthias Klose
@ 2015-05-03 17:22 ` Uros Bizjak
  0 siblings, 0 replies; 2+ messages in thread
From: Uros Bizjak @ 2015-05-03 17:22 UTC (permalink / raw)
  To: Matthias Klose; +Cc: gcc-patches

On Sun, May 3, 2015 at 7:17 PM, Matthias Klose <doko@ubuntu.com> wrote:
> fix the toplevel configure for alpha-linux for targets which are configured with
> a triplet, not having the vendor information as part of the command
>
> Ok for the trunk and all branches?
>
>         * configure.ac: Match $host configured with triplets.
>         * configure: Regenerate.

OK.

Thanks,
Uros.

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

end of thread, other threads:[~2015-05-03 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-03 17:17 [patch] fix configure for alpha-linux for Matthias Klose
2015-05-03 17:22 ` Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).