diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-10-02 20:51:29 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-10-02 20:51:29 +0000 |
commit | 3bf108578e7f46273be8dbc35797d5e7ad4b2336 (patch) | |
tree | 057531f9462b172a9de643df5ab61ae555774bd6 /gcc | |
parent | e4c07adeb05ce7715e2cfb608de2b9aa7a93d5a6 (diff) | |
download | gcc-3bf108578e7f46273be8dbc35797d5e7ad4b2336.zip gcc-3bf108578e7f46273be8dbc35797d5e7ad4b2336.tar.gz gcc-3bf108578e7f46273be8dbc35797d5e7ad4b2336.tar.bz2 |
* invoke.texi (SPARC Options): Refer to GNU/Linux.
From-SVN: r179434
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5a30b57..0f32049 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-02 Gerald Pfeifer <gerald@pfeifer.com> + + * invoke.texi (SPARC Options): Refer to GNU/Linux. + 2011-10-02 Richard Sandiford <rdsandiford@googlemail.com> * config/mips/mips.c (mips_frame_barrier): New function. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index bdc7453..c92c6b2 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -17345,7 +17345,7 @@ for machine type @var{cpu_type}. Supported values for @var{cpu_type} are @samp{ultrasparc3}, @samp{niagara}, @samp{niagara2}, @samp{niagara3}, and @samp{niagara4}. -Native Solaris and Linux toolchains also support the value @samp{native}, +Native Solaris and GNU/Linux toolchains also support the value @samp{native}, which selects the best architecture option for the host processor. @option{-mcpu=native} has no effect if GCC does not recognize the processor. @@ -17418,7 +17418,7 @@ that select a particular CPU implementation. Those are @samp{cypress}, @samp{supersparc}, @samp{hypersparc}, @samp{leon}, @samp{f930}, @samp{f934}, @samp{sparclite86x}, @samp{tsc701}, @samp{ultrasparc}, @samp{ultrasparc3}, @samp{niagara}, @samp{niagara2}, @samp{niagara3} and @samp{niagara4}. With -native Solaris and Linux toolchains, @samp{native} can also be used. +native Solaris and GNU/Linux toolchains, @samp{native} can also be used. @item -mv8plus @itemx -mno-v8plus |