Date: Tue, 17 Mar 2015 12:35:36 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381489 - head/lang/gcc5-aux Message-ID: <201503171235.t2HCZaMo069459@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Mar 17 12:35:35 2015 New Revision: 381489 URL: https://svnweb.freebsd.org/changeset/ports/381489 QAT: https://qat.redports.org/buildarchive/r381489/ Log: lang/gcc5-aux: Disable diagnostic checks These diagnostic checks cause lang/gcc-aux to take nearly two hours building as with 3 stages. They are pretty heavy; I'm going to disable them (with the default checking for releases). FWIW, lang/gcc5 still has these checks. Technically this requires a revbump, but given the compiler is experiment and that it takes two hours to build, I'll make the decision not to bump. Modified: head/lang/gcc5-aux/Makefile Modified: head/lang/gcc5-aux/Makefile ============================================================================== --- head/lang/gcc5-aux/Makefile Tue Mar 17 11:59:48 2015 (r381488) +++ head/lang/gcc5-aux/Makefile Tue Mar 17 12:35:35 2015 (r381489) @@ -171,6 +171,7 @@ ADA_CONFIG_ARGS+= --with-mpc=${PREFIX} ADA_CONFIG_ARGS+= ${ICONV_CONFIGURE_ARG} ADA_CONFIG_ARGS+= --enable-shared ADA_CONFIG_ARGS+= --enable-threads=posix +ADA_CONFIG_ARGS+= --enable-checking=release ADA_CONFIG_ARGS+= --disable-libmudflap ADA_CONFIG_ARGS+= --disable-libgomp ADA_CONFIG_ARGS+= --disable-libssp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503171235.t2HCZaMo069459>