public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-04-19 18:06 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-19 18:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:499f1ca6c1e2524686a961dbbfbd61326772067e

commit 499f1ca6c1e2524686a961dbbfbd61326772067e
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-09-17 14:35 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-09-17 14:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6ed3f4b5b0b69d214249c6cf3f2e7d1efc8a29c1

commit 6ed3f4b5b0b69d214249c6cf3f2e7d1efc8a29c1
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-04-10 17:02 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-10 17:02 UTC (permalink / raw)
  To: gcc-cvs

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

commit c382b5155883033b49abab0cb541a34ce235e397
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-04-10 15:05 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-10 15:05 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7bef86e3c83507beaaa97077b8f2438b45f61c33

commit 7bef86e3c83507beaaa97077b8f2438b45f61c33
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-03-14 22:02 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-03-14 22:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:23ff85e51b5ab38abdd7208482b35b17ad2fd095

commit 23ff85e51b5ab38abdd7208482b35b17ad2fd095
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-03-07 17:03 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-03-07 17:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:90d22184699d3ff6f7d343ef5a66d0df23b4bbc5

commit 90d22184699d3ff6f7d343ef5a66d0df23b4bbc5
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-01-30 19:10 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-01-30 19:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4249abfc09cfd01db10c5896bf32d4280c0c396a

commit 4249abfc09cfd01db10c5896bf32d4280c0c396a
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos.
@ 2021-01-28 17:33 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-01-28 17:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6b4b496f850cfe3eb5b95a3682635144376183c5

commit 6b4b496f850cfe3eb5b95a3682635144376183c5
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] 8+ messages in thread

end of thread, other threads:[~2021-09-17 14:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 18:06 [gcc(refs/users/ibuclaw/heads/darwin)] D, Darwin, PPC : Declare support for libphobos Iain Buclaw
  -- strict thread matches above, loose matches on Subject: below --
2021-09-17 14:35 Iain Buclaw
2021-04-10 17:02 Iain Buclaw
2021-04-10 15:05 Iain Buclaw
2021-03-14 22:02 Iain Buclaw
2021-03-07 17:03 Iain Buclaw
2021-01-30 19:10 Iain Buclaw
2021-01-28 17:33 Iain Buclaw

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