summary refs log tree commit diff
path: root/pkgs/development/tools/tradcpp/aarch64.patch
blob: ef7ad9828aceb2bff781940bb6eb6382637018c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff a/config.h b/config.h
--- a/config.h
+++ b/config.h
@@ -124,6 +124,8 @@
 #define CONFIG_CPU "__ppc64__"
 #elif defined(__ARM__)
 #define CONFIG_CPU "__ARM__"
+#elif defined(__aarch64__)
+#define CONFIG_CPU "__aarch64__"
 #else
 /* let it go */
 #endif