Merge "Extend x32 check by also checking for __x86_64__."
This commit is contained in:
commit
547cb14e15
@ -1118,7 +1118,7 @@ EOF
|
|||||||
bits=32
|
bits=32
|
||||||
enabled x86_64 && bits=64
|
enabled x86_64 && bits=64
|
||||||
check_cpp <<EOF && bits=x32
|
check_cpp <<EOF && bits=x32
|
||||||
#ifndef __ILP32__
|
#if !defined(__ILP32__) || !defined(__x86_64__)
|
||||||
#error "not x32"
|
#error "not x32"
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user