Fix SIGBUS crashes on several popular ARM SoCs

PR:		200609
Submitted by:	rwestlun@gmail.com
MFH:		2015Q3
This commit is contained in:
Thomas Zander 2015-08-16 16:00:16 +00:00
parent 42c00131be
commit 840d8badb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394414

View File

@ -249,6 +249,7 @@ CONFIGURE_ARGS+= --enable-memalign-hack
.endif
.if ${ARCH} == "armv6"
CONFIGURE_ARGS+= --disable-fast-unaligned
.if ${CHOSEN_COMPILER_TYPE} == "clang"
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
.endif