From 85ed367e2f86294ebcdb6bb1a2f82816873c3f73 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 16 Dec 2006 23:04:46 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. [SVN r36439] --- doc/src/fragments.xml | 58 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 doc/src/fragments.xml diff --git a/doc/src/fragments.xml b/doc/src/fragments.xml new file mode 100644 index 000000000..3106ca62e --- /dev/null +++ b/doc/src/fragments.xml @@ -0,0 +1,58 @@ + + + + +
+ + root + + + + Specifies root directory of the compiler + installation. This option is necessary only if it's not possible + to detect this information from the compiler command—for + example if the specified compiler command is a user script. + + +
+ +
+ + + cflags + + Specifies additional compiler flags that + will be used when compiling C sources. + + + + + cxxflags + + Specifies additional compiler flags that + will be used when compiling C++ sources. + + + + + compileflags + + Specifies additional compiler flags that + will be used when compiling both C and C++ sources. + + + + + linkflags + + Specifies additional command line options + that will be passed to the linker. + + + +
+ +