Update configure.ac

This commit is contained in:
donmor 2024-03-11 13:44:13 +08:00 committed by GitHub
parent 98a648c989
commit 4fc85e79cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -632,7 +632,7 @@ case "$host_cpu" in
;;
loongarch64*)
AC_DEFINE(C_TARGETCPU,LOONGARCH64)
AC_MSG_RESULT(Loongson 3A5000+)
AC_MSG_RESULT(LoongArch)
c_targetcpu="loongarch64"
c_unalignedmemory=yes
;;