]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Detect compiler support for __attribute__((alias))
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2019 23:12:19 +0000 (16:12 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Oct 2019 09:26:02 +0000 (10:26 +0100)
commitdb8aaae822dfdb18d993a686a146efcc63c216c0
tree0c3a8119ee5243cdb6c6fad3642ee0dcd628c6d8
parent7886cefe5ddd238c64d07eb037804f1aef24755c
configure: Detect compiler support for __attribute__((alias))

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.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
configure