|
| From: | Paolo Bonzini |
| Subject: | Re: [PATCH v2 4/8] configure: Disable out-of-line atomic operations on Aarch64 |
| Date: | Fri, 18 Feb 2022 16:42:58 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 2/15/22 18:01, Philippe Mathieu-Daudé via wrote:
+ +case "$cpu" in + aarch64) + write_c_skeleton; + if compile_prog "$CPU_CFLAGS -Werror -mno-outline-atomics" "" ; then + CPU_CFLAGS="-mno-outline-atomics $CPU_CFLAGS" + fi + ;;
Apart from the question of whether/how to work around this issue, this should not be added to CPU_CFLAGS. CPU_CFLAGS is only for things that change the ABI.
Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |