]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/configure: Check for powerpc64le*-*-freebsd*
authorPiotr Kubaj <pkubaj@FreeBSD.org>
Sat, 16 Oct 2021 02:09:05 +0000 (04:09 +0200)
committerSegher Boessenkool <segher@kernel.crashing.org>
Tue, 26 Oct 2021 16:16:39 +0000 (16:16 +0000)
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)

gcc/configure
gcc/configure.ac

index bf44b01e3fb3ef4398550f3dfd94ae2c708691e7..708328e1670180d95edc99f3f3ddd89c17508dfd 100755 (executable)
@@ -30852,7 +30852,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"
index 1d3d1cfed3423752933469de6349d4b09670890f..df1c9cc3200ae84949c318ada0fc0627a58d9eca 100644 (file)
@@ -6509,7 +6509,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"