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:
parent
ee16988e37
commit
43c25bf405
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue