ports/emulators/86Box/files/patch-cmake_flags-gcc-aarch64.cmake
gatekeeper af9050eeb8 emulators/86Box: New port: low level x86 emulator based on PCem
86Box is a low level x86 emulator that runs older operating systems and
software designed for IBM PC systems and compatibles from 1981 through
fairly recent system designs based on the PCI bus.
https://86box.net
https://github.com/86Box/86Box

PR:	280205
2024-08-03 14:34:17 +03:00

10 lines
330 B
CMake

--- cmake/flags-gcc-aarch64.cmake.orig 2024-07-26 18:14:45 UTC
+++ cmake/flags-gcc-aarch64.cmake
@@ -14,7 +14,4 @@
# Copyright 2021 David Hrdlička.
#
-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)