mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 08:17:53 -06:00
configure: Remove obsolete check for Clang < 3.2
Since we have got a check for Clang >= 3.4 now, we do not need to check for older Clang versions in the configure test for 128-bit ints anymore. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
efc6c070ac
commit
40f87e2680
1 changed files with 0 additions and 5 deletions
5
configure
vendored
5
configure
vendored
|
@ -5148,11 +5148,6 @@ fi
|
||||||
|
|
||||||
int128=no
|
int128=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#if defined(__clang_major__) && defined(__clang_minor__)
|
|
||||||
# if ((__clang_major__ < 3) || (__clang_major__ == 3) && (__clang_minor__ < 2))
|
|
||||||
# error __int128_t does not work in CLANG before 3.2
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
__int128_t a;
|
__int128_t a;
|
||||||
__uint128_t b;
|
__uint128_t b;
|
||||||
int main (void) {
|
int main (void) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue