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