about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-05 23:03:52 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-05 23:03:52 +0100
commit1e0fee739eb4fae2f7fa6224e4330ae0650d3fbd (patch)
tree68a9f430519b8215134c2074425680b082e60545
parentd59a98ffe6b265e0c1dec2ad84020dba80522031 (diff)
downloadbox64-1e0fee739eb4fae2f7fa6224e4330ae0650d3fbd.tar.gz
box64-1e0fee739eb4fae2f7fa6224e4330ae0650d3fbd.zip
Forcing BAD_SIGNAL for RK3588 config
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9de51a5f..7e48c601 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,6 +119,7 @@ elseif(RK3399)
 elseif(RK3588)
     add_definitions(-DRK3588)
     add_definitions(-pipe -mcpu=cortex-a76.cortex-a55+crypto)
+    add_definitions(-DBAD_SIGNAL)
     set(CMAKE_ASM_FLAGS  "-pipe -mcpu=cortex-a76.cortex-a55+crypto")
 elseif(ODROIDN2)
     add_definitions(-DODROIDN2)