svn commit: r381489 - head/lang/gcc5-aux

John Marino marino at FreeBSD.org
Tue Mar 17 12:35:36 UTC 2015


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


More information about the svn-ports-head mailing list