public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] gcc/configure: check for powerpc64le-unknown-freebsd
@ 2021-10-16  2:09 Piotr Kubaj
  2021-10-16 23:57 ` Segher Boessenkool
  0 siblings, 1 reply; 4+ messages in thread
From: Piotr Kubaj @ 2021-10-16  2:09 UTC (permalink / raw)
  To: dje.gcc, segher; +Cc: gcc-patches, Piotr Kubaj

Only powerpc64-unknown-freebsd was checked for.

Signed-off-by: Piotr Kubaj <pkubaj@FreeBSD.org>
---
 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"
-- 
2.33.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gcc/configure: check for powerpc64le-unknown-freebsd
  2021-10-16  2:09 [PATCH] gcc/configure: check for powerpc64le-unknown-freebsd Piotr Kubaj
@ 2021-10-16 23:57 ` Segher Boessenkool
  2021-10-17  0:28   ` Piotr Kubaj
  0 siblings, 1 reply; 4+ messages in thread
From: Segher Boessenkool @ 2021-10-16 23:57 UTC (permalink / raw)
  To: Piotr Kubaj; +Cc: dje.gcc, gcc-patches

On Sat, Oct 16, 2021 at 04:09:05AM +0200, Piotr Kubaj wrote:
> Only powerpc64-unknown-freebsd was checked for.
> 
> Signed-off-by: Piotr Kubaj <pkubaj@FreeBSD.org>

Thanks!

I pushed this now, with commit message (including changelog, which is
required):

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


Segher

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gcc/configure: check for powerpc64le-unknown-freebsd
  2021-10-16 23:57 ` Segher Boessenkool
@ 2021-10-17  0:28   ` Piotr Kubaj
  2021-10-26 16:20     ` Segher Boessenkool
  0 siblings, 1 reply; 4+ messages in thread
From: Piotr Kubaj @ 2021-10-17  0:28 UTC (permalink / raw)
  To: Segher Boessenkool; +Cc: dje.gcc, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 770 bytes --]

On 21-10-16 18:57:39, Segher Boessenkool wrote:
> On Sat, Oct 16, 2021 at 04:09:05AM +0200, Piotr Kubaj wrote:
> > Only powerpc64-unknown-freebsd was checked for.
> > 
> > Signed-off-by: Piotr Kubaj <pkubaj@FreeBSD.org>
> 
> Thanks!
> 
> I pushed this now, with commit message (including changelog, which is
> required):

Thank you!

Since powerpc64le-unknown-freebsd is supported also in 9, 10 and 11, can you also backport it?

> 
> ===
> 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.
> ===
> 
> 
> Segher

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gcc/configure: check for powerpc64le-unknown-freebsd
  2021-10-17  0:28   ` Piotr Kubaj
@ 2021-10-26 16:20     ` Segher Boessenkool
  0 siblings, 0 replies; 4+ messages in thread
From: Segher Boessenkool @ 2021-10-26 16:20 UTC (permalink / raw)
  To: Piotr Kubaj; +Cc: dje.gcc, gcc-patches

On Sun, Oct 17, 2021 at 02:28:48AM +0200, Piotr Kubaj wrote:
> On 21-10-16 18:57:39, Segher Boessenkool wrote:
> > On Sat, Oct 16, 2021 at 04:09:05AM +0200, Piotr Kubaj wrote:
> > > Only powerpc64-unknown-freebsd was checked for.
> > > 
> > > Signed-off-by: Piotr Kubaj <pkubaj@FreeBSD.org>
> > 
> > Thanks!
> > 
> > I pushed this now, with commit message (including changelog, which is
> > required):
> 
> Thank you!
> 
> Since powerpc64le-unknown-freebsd is supported also in 9, 10 and 11, can you also backport it?

Done, for all of those.

Cheers,


Segher

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-26 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16  2:09 [PATCH] gcc/configure: check for powerpc64le-unknown-freebsd Piotr Kubaj
2021-10-16 23:57 ` Segher Boessenkool
2021-10-17  0:28   ` Piotr Kubaj
2021-10-26 16:20     ` 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).