mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
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
10 lines
330 B
CMake
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)
|