head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.4
	netbsd-11-base:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.2
	perseant-exfatfs-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.02.23.05.34.41;	author mrg;	state Exp;
branches;
next	;
commitid	u7iqPjEfYeqabwZE;


desc
@@


1.1
log
@build isl tool for GCC 12.
@
text
@#	$NetBSD$

GNUHOSTDIST=	${.CURDIR}/../../external/mit/isl/dist

CONFIGURE_ARGS+=	--with-gmp-prefix=${TOOLDIR:Q} \
			--disable-shared

.include "${.CURDIR}/../Makefile.gmakehost"

CONFIGURE_ENV+= MAKE=${TOOL_GMAKE}

# XXX this gets lost some how.  Not portable.
HOST_CXXFLAGS+=	-std=gnu++17

# Force avoiding possibly non-executable install-sh.
#CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
@
