summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-04-29 09:32:44 +0000
committerkib <kib@FreeBSD.org>2012-04-29 09:32:44 +0000
commitddc91163077d5a13dee524efab9ab60f26f59f72 (patch)
tree61e9ad3e4db471d181914e2e1ed149f7f3a67676 /tools
parentcf28d816e5c390aab9ee55d8d92f45bbc6551307 (diff)
downloadFreeBSD-src-ddc91163077d5a13dee524efab9ab60f26f59f72.zip
FreeBSD-src-ddc91163077d5a13dee524efab9ab60f26f59f72.tar.gz
Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the
toolchain binaries as dynamically linked. Option is disabled by default. Reviewed by: ru (previous version) MFC after: 2 weeks
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITH_SHARED_TOOLCHAIN6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/options/WITH_SHARED_TOOLCHAIN b/tools/build/options/WITH_SHARED_TOOLCHAIN
new file mode 100644
index 0000000..48eea6d
--- /dev/null
+++ b/tools/build/options/WITH_SHARED_TOOLCHAIN
@@ -0,0 +1,6 @@
+.\" $FreeBSD$
+Set to build the toolchain binaries shared.
+The set includes
+.Xr cc 1 ,
+.Xr make 1
+and neccessary utilites like assembler, linker and library archive manager.
OpenPOWER on IntegriCloud