View | Details | Raw Unified | Return to bug 200609 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 249-254 Link Here
249
.endif
249
.endif
250
250
251
.if ${ARCH} == "armv6"
251
.if ${ARCH} == "armv6"
252
CONFIGURE_ARGS+= --disable-fast-unaligned
252
.if ${CHOSEN_COMPILER_TYPE} == "clang"
253
.if ${CHOSEN_COMPILER_TYPE} == "clang"
253
CONFIGURE_ENV+=	ASFLAGS=-no-integrated-as
254
CONFIGURE_ENV+=	ASFLAGS=-no-integrated-as
254
.endif
255
.endif

Return to bug 200609