Index: docs/manual/programs/configure.xml =================================================================== --- docs/manual/programs/configure.xml (revision 1330229) +++ docs/manual/programs/configure.xml (working copy) @@ -964,6 +964,14 @@
LDFLAGS
Set linker flags, e.g. -Llibdir if you have libraries in a nonstandard directory libdir.
+ +
CC_FOR_BUILD
+
Define the C compiler command to be used for compilation of programs + that run on BUILD during cross-compilation, e.g. gen_test_char. [cc]
+ +
CFLAGS_FOR_BUILD
+
Set C compiler flags you want to use for compilation of programs + that run on BUILD during cross-compilation.
Index: docs/manual/programs/configure.html.en =================================================================== --- docs/manual/programs/configure.html.en (revision 1330229) +++ docs/manual/programs/configure.html.en (working copy) @@ -948,6 +948,14 @@
LDFLAGS
Set linker flags, e.g. -Llibdir if you have libraries in a nonstandard directory libdir.
+ +
CC_FOR_BUILD
+
Define the C compiler command to be used for compilation of programs + that run on BUILD during cross-compilation, e.g. gen_test_char. [cc]
+ +
CFLAGS_FOR_BUILD
+
Set C compiler flags you want to use for compilation of programs + that run on BUILD during cross-compilation.
@@ -961,4 +969,4 @@ prettyPrint(); } - \ No newline at end of file +