--- Makefile (revision 448960) +++ Makefile (working copy) @@ -25,6 +25,11 @@ .include +.if ${ARCH} == "armv6" +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils +CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -no-integrated-as" +.endif + .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-vmx .endif