public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4459] gcc/configure: Check for powerpc64le*-*-freebsd*
@ 2021-10-16 23:52 Segher Boessenkool
  0 siblings, 0 replies; only message in thread
From: Segher Boessenkool @ 2021-10-16 23:52 UTC (permalink / raw)
  To: gcc-cvs

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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-16 23:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 23:52 [gcc r12-4459] gcc/configure: Check for powerpc64le*-*-freebsd* Segher Boessenkool

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