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

https://gcc.gnu.org/g:597252cb228faa6c807aebf9f09d90493b34a0bc

commit r9-9799-g597252cb228faa6c807aebf9f09d90493b34a0bc
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.
    
    (cherry picked from commit a9ef07fe5899fc5998395cdbf96e00af372cfb0b)

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

diff --git a/gcc/configure b/gcc/configure
index 9e4c8693966..8c25a18fa08 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -28944,7 +28944,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 ec10dbeb3e9..d67f72df8a2 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -5671,7 +5671,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-26 16:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 16:19 [gcc r9-9799] 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).