You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
351 B
13 lines
351 B
diff --git a/configure.ac b/configure.ac |
|
index 5bde0a0..3726921 100644 |
|
--- a/configure.ac |
|
+++ b/configure.ac |
|
@@ -100,7 +100,7 @@ LIBPOSTFIX= |
|
case "${host_os}" in |
|
*linux* ) |
|
case "${host_cpu}" in |
|
- powerpc64 | s390x | x86_64 | sparc64 ) |
|
+ powerpc64 | s390x | x86_64 | sparc64 | aarch64) |
|
LIBPOSTFIX="64" |
|
;; |
|
esac
|
|
|