summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-27 21:56:39 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-27 21:56:39 -0500
commit457a3cc1a04e45e31370d9083186436b0d12ab1d (patch)
tree7ffb9d676edd4a1b88e8f1020dd905efcfe6b83a /cross
parentf760ecedb619a55ec8ee989639ac385f27e82d98 (diff)
downloadcamu-457a3cc1a04e45e31370d9083186436b0d12ab1d.tar.gz
camu-457a3cc1a04e45e31370d9083186436b0d12ab1d.tar.bz2
camu-457a3cc1a04e45e31370d9083186436b0d12ab1d.zip
Refactor threaded waits
- Move seek to handler thread. - Cleanup and comment some stuff. Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'cross')
-rw-r--r--cross/armv7a-linux-android.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/armv7a-linux-android.txt b/cross/armv7a-linux-android.txt
index 9557dac..6bad7fe 100644
--- a/cross/armv7a-linux-android.txt
+++ b/cross/armv7a-linux-android.txt
@@ -10,6 +10,6 @@ CMAKE_SYSTEM_VERSION = '23'
[host_machine]
system = 'android'
-cpu_family = 'armv7-a'
+cpu_family = 'armv7-a' # Needed for CMake.
cpu = 'armv7-a'
endian = 'little'