mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 09:05:32 -07:00
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.
|
||||
#
|
||||
|
||||
string(APPEND CMAKE_C_FLAGS_INIT " -march=armv8-a -moutline-atomics")
|
||||
string(APPEND CMAKE_CXX_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")
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/flags-gcc.cmake)
|
||||
Reference in New Issue
Block a user