diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_BINUTILS | 2 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_ZONEINFO | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_CLANG_IS_CC | 6 | ||||
-rw-r--r-- | tools/build/options/WITH_SHARED_TOOLCHAIN | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/tools/build/options/WITHOUT_BINUTILS b/tools/build/options/WITHOUT_BINUTILS index 9d57c62..3587b8c 100644 --- a/tools/build/options/WITHOUT_BINUTILS +++ b/tools/build/options/WITHOUT_BINUTILS @@ -1,6 +1,6 @@ .\" $FreeBSD$ Set to not install binutils (as, c++-filt, gconv, gnu-ar, gnu-randlib, -ld, nm, objcopy, objdump, readelf, size and strip) +ld, nm, objcopy, objdump, readelf, size and strip). .Bf -symbolic The option does not generally work for build targets, unless some alternative toolchain is enabled. diff --git a/tools/build/options/WITHOUT_ZONEINFO b/tools/build/options/WITHOUT_ZONEINFO index d6c1c9d..582b81f 100644 --- a/tools/build/options/WITHOUT_ZONEINFO +++ b/tools/build/options/WITHOUT_ZONEINFO @@ -1,2 +1,2 @@ .\" $FreeBSD$ -Set to not build the timezone database +Set to not build the timezone database. diff --git a/tools/build/options/WITH_CLANG_IS_CC b/tools/build/options/WITH_CLANG_IS_CC index a7511dd..40d795b 100644 --- a/tools/build/options/WITH_CLANG_IS_CC +++ b/tools/build/options/WITH_CLANG_IS_CC @@ -1,8 +1,6 @@ .\" $FreeBSD$ Set to install the Clang C/C++ compiler as -.Pa /usr/bin/cc -, +.Pa /usr/bin/cc , .Pa /usr/bin/c++ and -.Pa /usr/bin/cpp -. +.Pa /usr/bin/cpp . diff --git a/tools/build/options/WITH_SHARED_TOOLCHAIN b/tools/build/options/WITH_SHARED_TOOLCHAIN index 48eea6d..d0ddc79 100644 --- a/tools/build/options/WITH_SHARED_TOOLCHAIN +++ b/tools/build/options/WITH_SHARED_TOOLCHAIN @@ -3,4 +3,4 @@ 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. +and necessary utilities like assembler, linker and library archive manager. |