Home | History | Annotate | Line # | Download | only in mpc
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2011/06/20 05:56:46 mrg Exp $
      2 #
      3 
      4 GNUHOSTDIST=	${.CURDIR}/../../external/lgpl2/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