Re: [PATCH v2 3/7] configure: Detect compiler support for __attribute__((alias))

2019-11-08 Thread Thomas Huth
On 25/10/2019 16.04, Alex Bennée wrote: Richard Henderson writes: Such support is present almost everywhere, except for Xcode 9. It is added in Xcode 10, but travis uses xcode9 by default, so we should support it for a while yet. We really should get someone who has an AppleID to check what

Re: [PATCH v2 3/7] configure: Detect compiler support for __attribute__((alias))

2019-10-25 Thread Alex Bennée
Richard Henderson writes: > Such support is present almost everywhere, except for Xcode 9. > It is added in Xcode 10, but travis uses xcode9 by default, > so we should support it for a while yet. We really should get someone who has an AppleID to check what the support period is because if App

[PATCH v2 3/7] configure: Detect compiler support for __attribute__((alias))

2019-10-23 Thread Richard Henderson
Such support is present almost everywhere, except for Xcode 9. It is added in Xcode 10, but travis uses xcode9 by default, so we should support it for a while yet. Signed-off-by: Richard Henderson --- configure | 19 +++ 1 file changed, 19 insertions(+) diff --git a/configure b/