From 5ec7a2ea1e1f9aedd4151949ac4a0f412770ded0 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 4 Apr 2015 23:36:32 +0000 Subject: 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) --- ru_RU.KOI8-R/articles/custom-gcc/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ru_RU.KOI8-R/articles/custom-gcc/Makefile (limited to 'ru_RU.KOI8-R/articles/custom-gcc/Makefile') diff --git a/ru_RU.KOI8-R/articles/custom-gcc/Makefile b/ru_RU.KOI8-R/articles/custom-gcc/Makefile deleted file mode 100644 index 7d13ba38d7..0000000000 --- a/ru_RU.KOI8-R/articles/custom-gcc/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# -# $FreeBSD$ -# -# Original revision: r39631 -# - - -DOC?= article - -FORMATS?= html -WITH_ARTICLE_TOC?= YES - -INSTALL_COMPRESSED?= gz -INSTALL_ONLY_COMPRESSED?= - -SRCS= article.xml - -URL_RELPREFIX?= ../../../.. -DOC_PREFIX?= ${.CURDIR}/../../.. - -.include "${DOC_PREFIX}/share/mk/doc.project.mk" -- cgit v1.2.3