Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2015 18:05:53 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402553 - head/lang/gcc6-devel/files
Message-ID:  <201511281805.tASI5r5c049760@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Nov 28 18:05:53 2015
New Revision: 402553
URL: https://svnweb.freebsd.org/changeset/ports/402553

Log:
  Fix building without a full bootstrap, that is, with option BOOTSTRAP
  not set which was broken by libffi changes after GCC 5.
  
  Submitted by:	andreast

Added:
  head/lang/gcc6-devel/files/patch-build-without-bootstrap   (contents, props changed)

Added: head/lang/gcc6-devel/files/patch-build-without-bootstrap
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gcc6-devel/files/patch-build-without-bootstrap	Sat Nov 28 18:05:53 2015	(r402553)
@@ -0,0 +1,24 @@
+Index: Makefile.def
+===================================================================
+--- Makefile.def	(revision 230942)
++++ Makefile.def	(working copy)
+@@ -534,6 +534,7 @@
+ // on libgcc and newlib/libgloss.
+ lang_env_dependencies = { module=libjava; cxx=true; };
+ lang_env_dependencies = { module=libitm; cxx=true; };
++lang_env_dependencies = { module=libffi; cxx=true; };
+ lang_env_dependencies = { module=libcilkrts; cxx=true; };
+ lang_env_dependencies = { module=liboffloadmic; cxx=true; };
+ lang_env_dependencies = { module=newlib; no_c=true; };
+Index: Makefile.in
+===================================================================
+--- Makefile.in	(revision 230942)
++++ Makefile.in	(working copy)
+@@ -51034,6 +51034,7 @@
+ 
+ 
+ configure-target-libffi: maybe-all-target-newlib maybe-all-target-libgloss
++configure-target-libffi: maybe-all-target-libstdc++-v3
+ 
+ configure-target-libjava: maybe-all-target-newlib maybe-all-target-libgloss
+ configure-target-libjava: maybe-all-target-libstdc++-v3



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