Home | History | Annotate | Line # | Download | only in mpc
Makefile revision 1.1.2.1
      1  1.1.2.1  yamt #	$NetBSD: Makefile,v 1.1.2.1 2012/04/17 00:09:28 yamt Exp $
      2      1.1   mrg #
      3      1.1   mrg 
      4      1.1   mrg GNUHOSTDIST=	${.CURDIR}/../../external/lgpl2/mpc/dist
      5      1.1   mrg 
      6      1.1   mrg CONFIGURE_ARGS+=	--with-gmp=${TOOLDIR:Q} \
      7      1.1   mrg 			--with-mpfr=${TOOLDIR:Q}
      8      1.1   mrg 
      9      1.1   mrg CONFIGURE_ARGS+=--disable-shared
     10      1.1   mrg 
     11      1.1   mrg .include "${.CURDIR}/../Makefile.gnuhost"
     12  1.1.2.1  yamt 
     13  1.1.2.1  yamt # Force avoiding possibly non-executable install-sh.
     14  1.1.2.1  yamt CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
     15