Home | History | Annotate | Download | only in binutils

Lines Matching defs:native

50 native-binutils: .native/.configure_done
51 @echo 'Extracting GNU binutils configury for a native toolchain.'
53 ${.OBJDIR}/.native ${NEWCONFIGDIR} ${MACHINE_GNU_PLATFORM}
55 .native/.configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile
56 mkdir .native 2>/dev/null || true
58 (cd .native && ${CONFIGURE_ENV:NC*:NLD*} \
76 (cd .native && ${MAKE} configure-host)
78 (cd .native/bfd && ${MAKE} bfd.h bfdver.h)
80 (cd .native/ld && ${MAKE} ldemul-list.h)
111 clean: clean.native
112 clean.native:
113 -rm -r -f .native