1# $NetBSD: Makefile,v 1.1 2024/02/23 05:34:41 mrg Exp $ 2 3GNUHOSTDIST= ${.CURDIR}/../../external/mit/isl/dist 4 5CONFIGURE_ARGS+= --with-gmp-prefix=${TOOLDIR:Q} \ 6 --disable-shared 7 8.include "${.CURDIR}/../Makefile.gmakehost" 9 10CONFIGURE_ENV+= MAKE=${TOOL_GMAKE} 11 12# XXX this gets lost some how. Not portable. 13HOST_CXXFLAGS+= -std=gnu++17 14 15# Force avoiding possibly non-executable install-sh. 16#CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d" 17