From owner-svn-doc-head@FreeBSD.ORG Sat Apr 4 23:36:34 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 944377B4; Sat, 4 Apr 2015 23:36:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 647C7CA0; Sat, 4 Apr 2015 23:36:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t34NaYwN036335; Sat, 4 Apr 2015 23:36:34 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t34NaXgA036322; Sat, 4 Apr 2015 23:36:33 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504042336.t34NaXgA036322@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sat, 4 Apr 2015 23:36:33 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 23:36:34 -0000 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