public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-10-15 19:34 Iain D Sandoe
  0 siblings, 0 replies; 7+ messages in thread
From: Iain D Sandoe @ 2021-10-15 19:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0e4faf48dd4344b453275887e6fd2e97aee11d3b

commit 0e4faf48dd4344b453275887e6fd2e97aee11d3b
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 01:02:02 2020 +0000

    D, Darwin, PPC : Declare support for libphobos.
    
    Although there remains work to do on the math library, for
    long double most of the functionality is available.

Diff:
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 88c027d0c28..e5e08655193 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -43,6 +43,9 @@ case "${target}" in
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes
 	;;
+  power*-*-darwin*)
+	LIBPHOBOS_SUPPORTED=yes
+	;;
   riscv*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;


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

* [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-10-18 15:55 Iain D Sandoe
  0 siblings, 0 replies; 7+ messages in thread
From: Iain D Sandoe @ 2021-10-18 15:55 UTC (permalink / raw)
  To: gcc-cvs

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

commit cb9feb6529c83a3f60a25bd344cceb67a8ca49d8
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 01:02:02 2020 +0000

    D, Darwin, PPC : Declare support for libphobos.
    
    Although there remains work to do on the math library, for
    long double most of the functionality is available.

Diff:
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 88c027d0c28..e5e08655193 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -43,6 +43,9 @@ case "${target}" in
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes
 	;;
+  power*-*-darwin*)
+	LIBPHOBOS_SUPPORTED=yes
+	;;
   riscv*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;


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

* [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-10-13  8:31 Iain D Sandoe
  0 siblings, 0 replies; 7+ messages in thread
From: Iain D Sandoe @ 2021-10-13  8:31 UTC (permalink / raw)
  To: gcc-cvs

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

commit dd75d44b428bb920dc44c71d9ed2112c8eba5a20
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 01:02:02 2020 +0000

    D, Darwin, PPC : Declare support for libphobos.
    
    Although there remains work to do on the math library, for
    long double most of the functionality is available.

Diff:
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 88c027d0c28..e5e08655193 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -43,6 +43,9 @@ case "${target}" in
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes
 	;;
+  power*-*-darwin*)
+	LIBPHOBOS_SUPPORTED=yes
+	;;
   riscv*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;


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

* [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-10-11 20:36 Iain D Sandoe
  0 siblings, 0 replies; 7+ messages in thread
From: Iain D Sandoe @ 2021-10-11 20:36 UTC (permalink / raw)
  To: gcc-cvs

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

commit b09fd1f6caea09f1edc03c6a4519b38d4970e78b
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 01:02:02 2020 +0000

    D, Darwin, PPC : Declare support for libphobos.
    
    Although there remains work to do on the math library, for
    long double most of the functionality is available.

Diff:
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 88c027d0c28..e5e08655193 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -43,6 +43,9 @@ case "${target}" in
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes
 	;;
+  power*-*-darwin*)
+	LIBPHOBOS_SUPPORTED=yes
+	;;
   riscv*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;


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

* [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-01-11 21:27 Iain D Sandoe
  0 siblings, 0 replies; 7+ messages in thread
From: Iain D Sandoe @ 2021-01-11 21:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6406292c36c7484d43c7867a3011c2d1f91679f0

commit 6406292c36c7484d43c7867a3011c2d1f91679f0
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 01:02:02 2020 +0000

    D, Darwin, PPC : Declare support for libphobos.
    
    Although there remains work to do on the math library, for
    long double most of the functionality is available.

Diff:
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 88c027d0c28..e5e08655193 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -43,6 +43,9 @@ case "${target}" in
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes
 	;;
+  power*-*-darwin*)
+	LIBPHOBOS_SUPPORTED=yes
+	;;
   riscv*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;


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

* [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2020-12-21 20:38 Iain D Sandoe
  0 siblings, 0 replies; 7+ messages in thread
From: Iain D Sandoe @ 2020-12-21 20:38 UTC (permalink / raw)
  To: gcc-cvs

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

commit e18a9304c5f533ef3e0b1c635c90aa44eb33a1bd
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 01:02:02 2020 +0000

    D, Darwin, PPC : Declare support for libphobos.
    
    Although there remains work to do on the math library, for
    long double most of the functionality is available.

Diff:
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 7d9c6bc0c92..2556291ca28 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -43,6 +43,9 @@ case "${target}" in
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes
 	;;
+  power*-*-darwin*)
+	LIBPHOBOS_SUPPORTED=yes
+	;;
   riscv*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;


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

* [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2020-12-13 17:44 Iain D Sandoe
  0 siblings, 0 replies; 7+ messages in thread
From: Iain D Sandoe @ 2020-12-13 17:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9c320e644d16c8b39f8e0d99665c80f4cce67dcd

commit 9c320e644d16c8b39f8e0d99665c80f4cce67dcd
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 01:02:02 2020 +0000

    D, Darwin, PPC : Declare support for libphobos.
    
    Although there remains work to do on the math library, for
    long double most of the functionality is available.

Diff:
---
 libphobos/configure.tgt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index 7d9c6bc0c92..2556291ca28 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -43,6 +43,9 @@ case "${target}" in
 	LIBPHOBOS_SUPPORTED=yes
 	LIBDRUNTIME_ONLY=yes
 	;;
+  power*-*-darwin*)
+	LIBPHOBOS_SUPPORTED=yes
+	;;
   riscv*-*-linux*)
 	LIBPHOBOS_SUPPORTED=yes
 	;;


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

end of thread, other threads:[~2021-10-18 15:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 19:34 [gcc(refs/users/iains/heads/d-for-darwin)] D, Darwin, PPC : Declare support for libphobos Iain D Sandoe
  -- strict thread matches above, loose matches on Subject: below --
2021-10-18 15:55 Iain D Sandoe
2021-10-13  8:31 Iain D Sandoe
2021-10-11 20:36 Iain D Sandoe
2021-01-11 21:27 Iain D Sandoe
2020-12-21 20:38 Iain D Sandoe
2020-12-13 17:44 Iain D Sandoe

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