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+ |
+
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. + +
-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+ |
+
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. + +
-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.
+ +