notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
919981d
)
enable arm64 dynarec
author
notaz
<notasas@gmail.com>
Sun, 14 Nov 2021 00:28:50 +0000
(
02:28
+0200)
committer
notaz
<notasas@gmail.com>
Sun, 14 Nov 2021 00:28:50 +0000
(
02:28
+0200)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
b053a7a
..
37a5294
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-287,6
+287,8
@@
arm*)
echo " CFLAGS=-march=armv7-a ./configure ..."
fi
;;
+aarch64)
+ ;;
*)
# dynarec only available on ARM
enable_dynarec="no"