Index: docs/manual/programs/configure.xml =================================================================== --- docs/manual/programs/configure.xml (revision 1330223) +++ docs/manual/programs/configure.xml (working copy) @@ -695,6 +695,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 1330223) +++ docs/manual/programs/configure.html.en (working copy) @@ -676,6 +676,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.
@@ -685,4 +693,4 @@
- \ No newline at end of file +