autoconf_cache/aarch64-linux: set as_cv_unaligned_access=no.

Unaligned access is generally permitted, but there are modes where it
is not, and who knows which hacks are enabled when that thing is on.
This commit is contained in:
Christian Neukirchen 2016-09-19 21:28:14 +02:00
parent ee16988e37
commit 43c25bf405

View file

@ -82,7 +82,7 @@ libIDL_cv_long_long_format=ll
## ac_cv_alignof_CORBA_wchar=2
##
## lf_cv_sane_realloc=yes
## as_cv_unaligned_access=${as_cv_unaligned_access=yes}
as_cv_unaligned_access=${as_cv_unaligned_access=no}
##
## #unfs3
## nfsd_cv_broken_setfsuid=${nfsd_cv_broken_setfsuid=0}