repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ripasso-cursive: cosmetic changes (#361736)
[NixPkgs.git]
/
pkgs
/
by-name
/
tr
/
tradcpp
/
aarch64.patch
blob
ef7ad9828aceb2bff781940bb6eb6382637018c1
1
diff a/config.h b/config.h
2
--- a/config.h
3
+++ b/config.h
4
@@ -124,6 +124,8 @@
5
#define CONFIG_CPU "__ppc64__"
6
#elif defined(__ARM__)
7
#define CONFIG_CPU "__ARM__"
8
+#elif defined(__aarch64__)
9
+#define CONFIG_CPU "__aarch64__"
10
#else
11
/* let it go */
12
#endif