Revert the AArch64 atomics changes
The ARMv8-A target should by definition compile v8.0 compatible code
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
# Copyright 2021 David Hrdlička.
|
# Copyright 2021 David Hrdlička.
|
||||||
#
|
#
|
||||||
|
|
||||||
string(APPEND CMAKE_C_FLAGS_INIT " -march=armv8-a -moutline-atomics")
|
string(APPEND CMAKE_C_FLAGS_INIT " -march=armv8-a")
|
||||||
string(APPEND CMAKE_CXX_FLAGS_INIT " -march=armv8-a -moutline-atomics")
|
string(APPEND CMAKE_CXX_FLAGS_INIT " -march=armv8-a")
|
||||||
|
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/flags-gcc.cmake)
|
include(${CMAKE_CURRENT_LIST_DIR}/flags-gcc.cmake)
|
Reference in New Issue
Block a user