public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Segher Boessenkool <segher@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-4459] gcc/configure: Check for powerpc64le*-*-freebsd*
Date: Sat, 16 Oct 2021 23:52:33 +0000 (GMT)	[thread overview]
Message-ID: <20211016235233.D23323858D35@sourceware.org> (raw)

https://gcc.gnu.org/g:a9ef07fe5899fc5998395cdbf96e00af372cfb0b

commit r12-4459-ga9ef07fe5899fc5998395cdbf96e00af372cfb0b
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
Date:   Sat Oct 16 04:09:05 2021 +0200

    gcc/configure: Check for powerpc64le*-*-freebsd*
    
    Only powerpc64-unknown-freebsd was checked for.
    
    Signed-off-by: Piotr Kubaj <pkubaj@FreeBSD.org>
    
    gcc/
            * configure.ac: Treat powerpc64*-*-freebsd* the same as
            powerpc64-*-freebsd*.
            * configure: Regenerate.

Diff:
---
 gcc/configure    | 2 +-
 gcc/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/configure b/gcc/configure
index 5ea5a1b7143..8790153cfda 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -30717,7 +30717,7 @@ $as_echo "#define HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE 1" >>confdefs.h
 esac
 
 case "$target:$tm_file" in
-  powerpc64-*-freebsd* | powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
+  powerpc64*-*-freebsd* | powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
   case "$target" in
      *le-*-linux*)
      emul_name="-melf64lppc"
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 344b2f586e8..c2cad0a3f40 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -6515,7 +6515,7 @@ EOF
 esac
 
 case "$target:$tm_file" in
-  powerpc64-*-freebsd* | powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
+  powerpc64*-*-freebsd* | powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
   case "$target" in
      *le-*-linux*)
      emul_name="-melf64lppc"


                 reply	other threads:[~2021-10-16 23:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20211016235233.D23323858D35@sourceware.org \
    --to=segher@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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).