From bec4e7f703d1b7f5796de123f179951f76946568 Mon Sep 17 00:00:00 2001 From: zeising Date: Fri, 6 Sep 2013 20:49:48 +0000 Subject: Add WITH_GCC alongside WITHOUT_GCC. Remove the comment from WITHOUT_GCC about this not working without an alternate toolchain, we have clang now. --- tools/build/options/WITHOUT_GCC | 6 +----- tools/build/options/WITH_GCC | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 tools/build/options/WITH_GCC (limited to 'tools') diff --git a/tools/build/options/WITHOUT_GCC b/tools/build/options/WITHOUT_GCC index 5717f64..7bb21f8 100644 --- a/tools/build/options/WITHOUT_GCC +++ b/tools/build/options/WITHOUT_GCC @@ -1,6 +1,2 @@ .\" $FreeBSD$ -Set to not install gcc and g++. -.Bf -symbolic -The option does not generally work for build targets, unless some alternative -toolchain is enabled. -.Ef +Set to not build and install gcc and g++. diff --git a/tools/build/options/WITH_GCC b/tools/build/options/WITH_GCC new file mode 100644 index 0000000..c121fe5 --- /dev/null +++ b/tools/build/options/WITH_GCC @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to build and install gcc and g++. -- cgit v1.1