Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 23:36:33 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46470 - in head: en_US.ISO8859-1/articles en_US.ISO8859-1/articles/custom-gcc ja_JP.eucJP/articles ru_RU.KOI8-R/articles ru_RU.KOI8-R/articles/custom-gcc
Message-ID:  <201504042336.t34NaXgA036322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Apr  4 23:36:32 2015
New Revision: 46470
URL: https://svnweb.freebsd.org/changeset/doc/46470

Log:
  articles/custom-gcc: remove it
  	- using a custom gcc should be done within poudriere
  	- there is a framework for choosing a ports compiler anyways
  	- this article is incomplete w.r.t. modern gcc verisons
  	- encouraging people to add global options like `mssse3` is dangerous
  	- the original reason to use a custom gcc is gone (our old gcc was
  	  outdated)

Deleted:
  head/en_US.ISO8859-1/articles/custom-gcc/
  head/ru_RU.KOI8-R/articles/custom-gcc/
Modified:
  head/en_US.ISO8859-1/articles/Makefile
  head/ja_JP.eucJP/articles/Makefile
  head/ru_RU.KOI8-R/articles/Makefile

Modified: head/en_US.ISO8859-1/articles/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/Makefile	Sat Apr  4 23:31:59 2015	(r46469)
+++ head/en_US.ISO8859-1/articles/Makefile	Sat Apr  4 23:36:32 2015	(r46470)
@@ -9,7 +9,6 @@ SUBDIR+= contributing
 SUBDIR+= contributing-ports
 SUBDIR+= contributors
 SUBDIR+= cups
-SUBDIR+= custom-gcc
 SUBDIR+= explaining-bsd
 SUBDIR+= filtering-bridges
 SUBDIR+= fonts

Modified: head/ja_JP.eucJP/articles/Makefile
==============================================================================
--- head/ja_JP.eucJP/articles/Makefile	Sat Apr  4 23:31:59 2015	(r46469)
+++ head/ja_JP.eucJP/articles/Makefile	Sat Apr  4 23:36:32 2015	(r46470)
@@ -10,7 +10,6 @@ SUBDIR+= contributing
 #SUBDIR+= contributing-ports
 SUBDIR+= contributors
 #SUBDIR+= cups
-#SUBDIR+= custom-gcc
 #SUBDIR+= explaining-bsd
 #SUBDIR+= filtering-bridges
 SUBDIR+= fonts

Modified: head/ru_RU.KOI8-R/articles/Makefile
==============================================================================
--- head/ru_RU.KOI8-R/articles/Makefile	Sat Apr  4 23:31:59 2015	(r46469)
+++ head/ru_RU.KOI8-R/articles/Makefile	Sat Apr  4 23:36:32 2015	(r46470)
@@ -13,7 +13,6 @@ SUBDIR+= console-server
 SUBDIR+= contributing
 #SUBDIR+= contributors
 SUBDIR+= cups
-SUBDIR+= custom-gcc
 SUBDIR+= cvs-freebsd
 SUBDIR+= explaining-bsd
 #SUBDIR+= filtering-bridges



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