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

Eitan Adler eadler at FreeBSD.org
Sat Apr 4 23:36:34 UTC 2015


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


More information about the svn-doc-all mailing list