public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Matthias Klose <doko@ubuntu.com>
To: "gcc-patches@gnu.org" <gcc-patches@gnu.org>
Cc: Uros Bizjak <ubizjak@gmail.com>
Subject: [patch] fix configure for alpha-linux for
Date: Sun, 03 May 2015 17:17:00 -0000	[thread overview]
Message-ID: <5546582E.2020002@ubuntu.com> (raw)

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*)

             reply	other threads:[~2015-05-03 17:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-03 17:17 Matthias Klose [this message]
2015-05-03 17:22 ` Uros Bizjak

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=5546582E.2020002@ubuntu.com \
    --to=doko@ubuntu.com \
    --cc=gcc-patches@gnu.org \
    --cc=ubizjak@gmail.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).