Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2015 18:49:29 +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: r381356 - head/lang/gcc5-aux
Message-ID:  <201503151849.t2FInTI8009917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Mar 15 18:49:29 2015
New Revision: 381356
URL: https://svnweb.freebsd.org/changeset/ports/381356
QAT: https://qat.redports.org/buildarchive/r381356/

Log:
  lang/gcc5-aux: Make DragonFly build 3 stages too
  
  This port also fails in poudriere (but not outside it) in DragonFly,
  so just make all platforms build all 3 stages until a new bootstrap
  compiler is available on both FreeBSD and DragonFly.

Modified:
  head/lang/gcc5-aux/Makefile

Modified: head/lang/gcc5-aux/Makefile
==============================================================================
--- head/lang/gcc5-aux/Makefile	Sun Mar 15 18:44:28 2015	(r381355)
+++ head/lang/gcc5-aux/Makefile	Sun Mar 15 18:49:29 2015	(r381356)
@@ -149,9 +149,8 @@ EXTRA_CONFIG+=		--with-stage1-ldflags=-s
 EXTRA_CONFIG+=		--disable-shared --disable-lto
 EXTRA_CONFIG+=		--with-boot-ldflags=-static
 .else
-.  if ${OPSYS} == DragonFly
-EXTRA_CONFIG+=		--disable-bootstrap
-.  endif
+# For some reason, libcc1.a can't be build with bootstrap (only) in poudriere
+#EXTRA_CONFIG+=		--disable-bootstrap
 .endif
 
 # Establish Ada-aware compiler for use



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503151849.t2FInTI8009917>