mirror of
https://github.com/boostorg/build.git
synced 2026-02-23 15:42:14 +00:00
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r36439]
This commit is contained in:
58
doc/src/fragments.xml
Normal file
58
doc/src/fragments.xml
Normal file
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE chapter PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
||||
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
|
||||
<chapter>
|
||||
<section id="root_option">
|
||||
<varlistentry>
|
||||
<term><literal>root</literal></term>
|
||||
|
||||
<!-- At present, this option is only used to set LD_LIBRARY_PATH
|
||||
when running tests, and matters only if compiler's lib directory
|
||||
is not in LD_LIBRARY_PATH -->
|
||||
|
||||
<listitem><para>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. </para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</section>
|
||||
|
||||
<section id="common_options">
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>cflags</literal></term>
|
||||
|
||||
<listitem><para>Specifies additional compiler flags that
|
||||
will be used when compiling C sources.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>cxxflags</literal></term>
|
||||
|
||||
<listitem><para>Specifies additional compiler flags that
|
||||
will be used when compiling C++ sources.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>compileflags</literal></term>
|
||||
|
||||
<listitem><para>Specifies additional compiler flags that
|
||||
will be used when compiling both C and C++ sources.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>linkflags</literal></term>
|
||||
|
||||
<listitem><para>Specifies additional command line options
|
||||
that will be passed to the linker.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
Reference in New Issue
Block a user