Index: Makefile =================================================================== --- Makefile (revision 433923) +++ Makefile (working copy) @@ -288,6 +288,12 @@ BROKEN= LLDB does not build with Python 3 .endif +.if ${ARCH} == "armv6" +BUILD_DEPENDS+= ${LOCALBASE}/bin/ld:devel/binutils +CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +.endif + post-extract-CLANG-on: ${MV} ${WRKSRC_clang} ${PATCH_WRKSRC}/tools/clang