https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
Iain Sandoe changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #14 from GCC Commits ---
The releases/gcc-11 branch has been updated by Iain D Sandoe
:
https://gcc.gnu.org/g:8c19cb9c6186b65f1858c91d423238a00ffe0c01
commit r11-11403-g8c19cb9c6186b65f1858c91d423238a00ffe0c01
Author: Iain Sandoe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #13 from GCC Commits ---
The releases/gcc-12 branch has been updated by Iain D Sandoe
:
https://gcc.gnu.org/g:77f17e405a0669db9a6c8af69bde6eb1170f48bd
commit r12-10376-g77f17e405a0669db9a6c8af69bde6eb1170f48bd
Author: Iain Sandoe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #12 from GCC Commits ---
The releases/gcc-13 branch has been updated by Iain D Sandoe
:
https://gcc.gnu.org/g:ae11f0154116f4e5fa8769b1ea1600b1b1c22958
commit r13-8577-gae11f0154116f4e5fa8769b1ea1600b1b1c22958
Author: Iain Sandoe
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #11 from GCC Commits ---
The master branch has been updated by Iain D Sandoe :
https://gcc.gnu.org/g:1609fdff16f17ead37666f6d0e801800ee3d04d2
commit r14-9073-g1609fdff16f17ead37666f6d0e801800ee3d04d2
Author: Iain Sandoe
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #10 from Iain Sandoe ---
automake if is limited to testing a single variable, so we have to introduce an
AM_CONDITIONAL to say the OS is DARWIN (we did not seem to have one already,
but I could have missed something else usable).
I'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #9 from Jakub Jelinek ---
https://gcc.gnu.org/onlinedocs/gccint/Configure-Terms.html
says that in target libraries target doesn't apply, so host_os it is then.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #8 from Jakub Jelinek ---
(In reply to Iain Sandoe from comment #7)
> (In reply to Jakub Jelinek from comment #6)
> > (In reply to Jonathan Wakely from comment #5)
> > > Maybe:
> > >
> > > ifneq ($(filter %-darwin%,${host_alias}),)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #7 from Iain Sandoe ---
(In reply to Jakub Jelinek from comment #6)
> (In reply to Jonathan Wakely from comment #5)
> > Maybe:
> >
> > ifneq ($(filter %-darwin%,${host_alias}),)
>
> ${target_os} instead maybe?
I'll give that a try
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #5 from Jonathan Wakely ---
Maybe:
ifneq ($(filter %-darwin%,${host_alias}),)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
--- Comment #4 from Jonathan Wakely ---
Something like this, but I don't know what condition to use to check if the
target is darwin:
--- a/libstdc++-v3/libsupc++/Makefile.am
+++ b/libstdc++-v3/libsupc++/Makefile.am
@@ -132,6 +132,14 @@ atomici
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112397
Iain Sandoe changed:
What|Removed |Added
Component|libstdc++ |target
--- Comment #2 from Iain Sandoe -
14 matches
Mail list logo