From f4b4332de2608231d3e1cb913fff10f6f365dd67 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 6 May 2002 04:24:47 +0000 Subject: [PATCH] initial checkin [SVN r13671] --- gcc-tools.html | 98 +++++++++++++++++++++++++++++++++++++++++++++++ v1/gcc-tools.html | 98 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 196 insertions(+) create mode 100644 gcc-tools.html create mode 100644 v1/gcc-tools.html diff --git a/gcc-tools.html b/gcc-tools.html new file mode 100644 index 000000000..5b5f1f490 --- /dev/null +++ b/gcc-tools.html @@ -0,0 +1,98 @@ + + + + +Boost.Build - gcc toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

gcc toolset

+
+
+ +

Introduction

+ +

Boost.Build's gcc toolset supports the +GNU GCC compiler on a variety of Unices, including (but not limited +to) SunOS, BeOS, MacOS X, and of course Linux. For Windows users, it +also supports Cygwin GCC, though +MinGW has its own distinct toolset. + +

Configuration Variables

+ +The gcc toolset responds to the following variables can be set in the +environment or configured on the jam command-line using +-sVARIABLE_NAME=value: + + + + + + + + + + +
Variable Name Semantics Default Notes + +
GCC_ROOT_DIRECTORY + The directory in which GCC was installed. + "" (the empty string) + Usually, there is no need to set this variable at + all. However, if g++ is not in the path it is usually + sufficient to configure this one variable. More fine-grained + configuration is available by setting the variables below. + +
GCC_BIN_DIRECTORY + The directory prefix used to find the gcc executables + $(GCC_ROOT_DIRECTORY)/bin/, or "" if GCC_ROOT_DIRECTORY is + not set. + + +
GCC_INCLUDE_DIRECTORY + + The directory in which to find system includes. + + $(GCC_ROOT_DIRECTORY)/include. + +
GCC_STDLIB_DIRECTORY + the directory in which to find the standard library + objects associated with this build of gcc. + + $(GCC_ROOT_DIRECTORY)/lib. + +
GXX +The name by which g++ is invoked. +g++ + +May be used in lieu of setting the <cxxflags> + property to force options such as + "-V3.0.4" into the g++ command line: + "-sGXX=g++ -V3.0.4". +
GCC +Similar to GXX, the name by which gcc is invoked for "C" + language targets. +gcc + +
+ +
+

Revised + + 06 May, 2002 + +

+

© Copyright Dave Abrahams + 2002. All Rights Reserved.

+ + diff --git a/v1/gcc-tools.html b/v1/gcc-tools.html new file mode 100644 index 000000000..5b5f1f490 --- /dev/null +++ b/v1/gcc-tools.html @@ -0,0 +1,98 @@ + + + + +Boost.Build - gcc toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

gcc toolset

+
+
+ +

Introduction

+ +

Boost.Build's gcc toolset supports the +GNU GCC compiler on a variety of Unices, including (but not limited +to) SunOS, BeOS, MacOS X, and of course Linux. For Windows users, it +also supports Cygwin GCC, though +MinGW has its own distinct toolset. + +

Configuration Variables

+ +The gcc toolset responds to the following variables can be set in the +environment or configured on the jam command-line using +-sVARIABLE_NAME=value: + + + + + + + + + + +
Variable Name Semantics Default Notes + +
GCC_ROOT_DIRECTORY + The directory in which GCC was installed. + "" (the empty string) + Usually, there is no need to set this variable at + all. However, if g++ is not in the path it is usually + sufficient to configure this one variable. More fine-grained + configuration is available by setting the variables below. + +
GCC_BIN_DIRECTORY + The directory prefix used to find the gcc executables + $(GCC_ROOT_DIRECTORY)/bin/, or "" if GCC_ROOT_DIRECTORY is + not set. + + +
GCC_INCLUDE_DIRECTORY + + The directory in which to find system includes. + + $(GCC_ROOT_DIRECTORY)/include. + +
GCC_STDLIB_DIRECTORY + the directory in which to find the standard library + objects associated with this build of gcc. + + $(GCC_ROOT_DIRECTORY)/lib. + +
GXX +The name by which g++ is invoked. +g++ + +May be used in lieu of setting the <cxxflags> + property to force options such as + "-V3.0.4" into the g++ command line: + "-sGXX=g++ -V3.0.4". +
GCC +Similar to GXX, the name by which gcc is invoked for "C" + language targets. +gcc + +
+ +
+

Revised + + 06 May, 2002 + +

+

© Copyright Dave Abrahams + 2002. All Rights Reserved.

+ +