]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi: Move the 'Overriding configure test results' subsub section to the...
authorMatthias Klose <doko@ubuntu.com>
Tue, 15 Nov 2016 11:08:33 +0000 (11:08 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 15 Nov 2016 11:08:33 +0000 (11:08 +0000)
2016-11-15  Matthias Klose  <doko@ubuntu.com>

        * doc/install.texi: Move the 'Overriding configure test results'
        subsub section to the 'Cross-Compiler-Specific Options' sub section.

From-SVN: r242411

gcc/ChangeLog
gcc/doc/install.texi

index 67622bf186c275d49841047c5fc7c19845fdc511..40ca4dcaab75cc6dd9bd6e37f69905dac3459c14 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-15  Matthias Klose  <doko@ubuntu.com>
+
+       * doc/install.texi: Move the 'Overriding configure test results'
+       subsub section to the 'Cross-Compiler-Specific Options' sub section.
+
 2016-11-11  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/78310
index 257dc49b89b0e6f2233b94cb707ae5b4d4a99615..bfedb136195d9190c3dc9740d57f89c6c0309c42 100644 (file)
@@ -2081,6 +2081,36 @@ When you use this option, you should ensure that @var{dir} includes
 tools.
 @end table
 
+@subsubheading Overriding @command{configure} test results
+
+Sometimes, it might be necessary to override the result of some
+@command{configure} test, for example in order to ease porting to a new
+system or work around a bug in a test.  The toplevel @command{configure}
+script provides three variables for this:
+
+@table @code
+
+@item build_configargs
+@cindex @code{build_configargs}
+The contents of this variable is passed to all build @command{configure}
+scripts.
+
+@item host_configargs
+@cindex @code{host_configargs}
+The contents of this variable is passed to all host @command{configure}
+scripts.
+
+@item target_configargs
+@cindex @code{target_configargs}
+The contents of this variable is passed to all target @command{configure}
+scripts.
+
+@end table
+
+In order to avoid shell and @command{make} quoting issues for complex
+overrides, you can pass a setting for @env{CONFIG_SITE} and set
+variables in the site file.
+
 @subheading Java-Specific Options
 
 The following option applies to the build of the Java front end.
@@ -2315,35 +2345,6 @@ Do not try to compile and run a test libart program.
 
 @end table
 
-@subsubheading Overriding @command{configure} test results
-
-Sometimes, it might be necessary to override the result of some
-@command{configure} test, for example in order to ease porting to a new
-system or work around a bug in a test.  The toplevel @command{configure}
-script provides three variables for this:
-
-@table @code
-
-@item build_configargs
-@cindex @code{build_configargs}
-The contents of this variable is passed to all build @command{configure}
-scripts.
-
-@item host_configargs
-@cindex @code{host_configargs}
-The contents of this variable is passed to all host @command{configure}
-scripts.
-
-@item target_configargs
-@cindex @code{target_configargs}
-The contents of this variable is passed to all target @command{configure}
-scripts.
-
-@end table
-
-In order to avoid shell and @command{make} quoting issues for complex
-overrides, you can pass a setting for @env{CONFIG_SITE} and set
-variables in the site file.
 
 @html
 <hr />