1 1.1 mrg # $NetBSD: Makefile,v 1.1.4.1 2012/05/07 03:08:35 riz Exp $ 2 1.1 mrg # 3 1.1 mrg 4 1.1 mrg GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/mpfr/dist 5 1.1 mrg 6 1.1 mrg CONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q} 7 1.1 mrg 8 1.1 mrg CONFIGURE_ARGS+=--disable-shared 9 1.1 mrg 10 1.1 mrg .include "${.CURDIR}/../Makefile.gnuhost" 11 1.1.4.1 riz 12 1.1.4.1 riz # Force avoiding possibly non-executable install-sh. 13 1.1.4.1 riz CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d" 14