From ddc91163077d5a13dee524efab9ab60f26f59f72 Mon Sep 17 00:00:00 2001 From: kib Date: Sun, 29 Apr 2012 09:32:44 +0000 Subject: 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 --- tools/build/options/WITH_SHARED_TOOLCHAIN | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/build/options/WITH_SHARED_TOOLCHAIN (limited to 'tools/build/options') 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. -- cgit v1.1