]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Obvious] Fix Linux to GNU/LINUX in ARM options documentation
authorJames Greenhalgh <james.greenhalgh@arm.com>
Tue, 9 Sep 2014 12:38:15 +0000 (12:38 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Tue, 9 Sep 2014 12:38:15 +0000 (12:38 +0000)
gcc/

* doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
(-mtune): Likewise.
(-mcpu): Likewise.

From-SVN: r215068

gcc/ChangeLog
gcc/doc/invoke.texi

index 87ad866275745adcdf6945ba21bb0ffcaf5fcd40..eb3a989958c35cbd53b47d9896a5ad3c92252f15 100644 (file)
@@ -1,3 +1,12 @@
+2014-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       Backport from mainline.
+       2014-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
+       (-mtune): Likewise.
+       (-mcpu): Likewise.
+
 2014-09-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/60196
index b3b31f075cf7d7b0a5a2a83236bcecdaeb78c9ba..c96ef227e3182680f3e07c632e26da51ac7f7803 100644 (file)
@@ -11272,8 +11272,8 @@ of the @option{-mcpu=} option.  Permissible names are: @samp{armv2},
 
 @option{-march=native} causes the compiler to auto-detect the architecture
 of the build computer.  At present, this feature is only supported on
-Linux, and not all architectures are recognized.  If the auto-detect is
-unsuccessful the option has no effect.
+GNU/Linux, and not all architectures are recognized.  If the auto-detect
+is unsuccessful the option has no effect.
 
 @item -mtune=@var{name}
 @opindex mtune
@@ -11318,7 +11318,7 @@ this option may change in future GCC versions as CPU models come and go.
 
 @option{-mtune=native} causes the compiler to auto-detect the CPU
 of the build computer.  At present, this feature is only supported on
-Linux, and not all architectures are recognized.  If the auto-detect is
+GNU/Linux, and not all architectures are recognized.  If the auto-detect is
 unsuccessful the option has no effect.
 
 @item -mcpu=@var{name}
@@ -11339,8 +11339,8 @@ See @option{-mtune} for more information.
 
 @option{-mcpu=native} causes the compiler to auto-detect the CPU
 of the build computer.  At present, this feature is only supported on
-Linux, and not all architectures are recognized.  If the auto-detect is
-unsuccessful the option has no effect.
+GNU/Linux, and not all architectures are recognized.  If the auto-detect
+is unsuccessful the option has no effect.
 
 @item -mfpu=@var{name}
 @opindex mfpu