Makefile revision 1.1
11.1Smrg#	$NetBSD: Makefile,v 1.1 2024/02/23 05:34:41 mrg Exp $
21.1Smrg
31.1SmrgGNUHOSTDIST=	${.CURDIR}/../../external/mit/isl/dist
41.1Smrg
51.1SmrgCONFIGURE_ARGS+=	--with-gmp-prefix=${TOOLDIR:Q} \
61.1Smrg			--disable-shared
71.1Smrg
81.1Smrg.include "${.CURDIR}/../Makefile.gmakehost"
91.1Smrg
101.1SmrgCONFIGURE_ENV+= MAKE=${TOOL_GMAKE}
111.1Smrg
121.1Smrg# XXX this gets lost some how.  Not portable.
131.1SmrgHOST_CXXFLAGS+=	-std=gnu++17
141.1Smrg
151.1Smrg# Force avoiding possibly non-executable install-sh.
161.1Smrg#CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
17