Lines Matching refs:native
162 CCADDFLAGS= --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.OBJDIR}/.native/gcc/include
171 @echo 'Creating files needed for libgcc by a native bootstrap build.'
178 @echo 'Creating files needed for libstdc++ by a native bootstrap build.'
184 native-gcc: .native/.configure_done
185 @echo 'Extracting GNU GCC configury for a native toolchain.'
187 ${.OBJDIR}/.native ${NEWCONFIGDIR} ${NETBSDSRCDIR} \
217 MKENV_BUILD_MAKE=cd .native && ${MKNATIVE_ENV} ${BUILD_MAKE}
219 .native/.configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile
220 mkdir .native .native/gcc .native/gcc/include 2>/dev/null || true
222 cp ${DESTDIR}/usr/include/g++/bits/gthr-default.h .native/gcc/include || true
224 (cd .native && ${MKNATIVE_ENV} \
236 (cd .native && mv Makefile Makefile.config && \
241 (cd .native/gcc && ${MKNATIVE_ENV} ${BUILD_MAKE} -e tree-check.h config.h multilib.h ${EXTRA_FILES})
243 (cd .native/gcc && ${MKNATIVE_ENV} ${BUILD_MAKE} -e libgcc.mvars tconfig.h); \
244 (cd .native && touch gcc/cc1obj gcc/cc1plus gcc/f771 gcc/libgcc.a gcc/libgcc_s.so)
246 (cd .native/gcc && ${MKNATIVE_ENV} ${BUILD_MAKE} -e s-omp-device-properties-h)
249 (cd .native/gcc && ${MKNATIVE_ENV} ${BUILD_MAKE} -e ${EXTRA_GCC_TARGETS})
253 (cd .native && ${MKNATIVE_ENV} ${BUILD_MAKE} \
264 (cd .native/${MACHINE_GNU_PLATFORM}/libstdc++-v3/include && \
299 clean: clean.native
300 clean.native:
301 -rm -r -f .native