11.3Smrg# $NetBSD: Makefile,v 1.3 2013/11/28 12:08:57 mrg Exp $ 21.1Smrg# 31.1Smrg 41.3SmrgGNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/mpc/dist 51.1Smrg 61.1SmrgCONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q} \ 71.1Smrg --with-mpfr=${TOOLDIR:Q} 81.1Smrg 91.1SmrgCONFIGURE_ARGS+=--disable-shared 101.1Smrg 111.1Smrg.include "${.CURDIR}/../Makefile.gnuhost" 121.2Smrg 131.2Smrg# Force avoiding possibly non-executable install-sh. 141.2SmrgCONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d" 15