Lines Matching refs:native
51 native-binutils: .native/.configure_done
52 @echo 'Extracting GNU binutils configury for a native toolchain.'
54 ${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
56 .native/.configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile
57 mkdir .native 2>/dev/null || true
59 (cd .native && ${CONFIGURE_ENV:NC*:NLD*} \
77 (cd .native && ${MAKE} configure-host)
79 (cd .native/bfd && ${MAKE} bfd.h bfdver.h)
81 (cd .native/ld && ${MAKE} ldemul-list.h)
112 clean: clean.native
113 clean.native:
114 -rm -r -f .native