Home | History | Annotate | Line # | Download | only in file
Makefile revision 1.7
      1  1.7       mrg #	$NetBSD: Makefile,v 1.7 2012/04/15 08:37:33 mrg Exp $
      2  1.1     pooka #
      3  1.1     pooka 
      4  1.6  christos GNUHOSTDIST=	${.CURDIR}/../../external/bsd/file/dist
      5  1.1     pooka 
      6  1.3       jmc CONFIGURE_ENV+=	CC=${HOST_CC:Q} \
      7  1.3       jmc 		CFLAGS=${HOST_CFLAGS:Q} \
      8  1.3       jmc 		CPPFLAGS=${HOST_CPPFLAGS:Q} \
      9  1.3       jmc 		CXX=${HOST_CXX:Q}
     10  1.3       jmc 
     11  1.5     lukem CONFIGURE_ARGS=	--program-prefix=${_TOOL_PREFIX} --disable-shared \
     12  1.5     lukem 		--disable-warnings
     13  1.2      gson 
     14  1.2      gson .NOTPARALLEL:
     15  1.1     pooka 
     16  1.1     pooka .include "${.CURDIR}/../Makefile.gnuhost"
     17  1.7       mrg 
     18  1.7       mrg # Force avoiding possibly non-executable install-sh.
     19  1.7       mrg CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
     20