Index: Makefile =================================================================== --- Makefile (revision 448024) +++ Makefile (working copy) @@ -29,4 +29,12 @@ CONFIGURE_ARGS+= --disable-vmx .endif +.if ${ARCH} == armv6 +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils +CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +CFLAGS+= -no-integrated-as +CONFIGURE_ARGS+= --disable-arm-neon +.endif + .include