diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2016-05-30 21:33:34 +0200 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2016-05-30 19:33:34 +0000 |
commit | 31177ef2527b3b219d4126a332edcf822829e983 (patch) | |
tree | 3e7c63755cf7e5561f96573dc1592ed83ec186a5 /gcc/doc/install.texi | |
parent | b2f6675b74a6d16ab44202ac0e49587da8f7d4cf (diff) | |
download | gcc-31177ef2527b3b219d4126a332edcf822829e983.zip gcc-31177ef2527b3b219d4126a332edcf822829e983.tar.gz gcc-31177ef2527b3b219d4126a332edcf822829e983.tar.bz2 |
config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and tune_64.
2016-05-30 Jose E. Marchesi <jose.marchesi@oracle.com>
* config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
tune_64.
* doc/install.texi (--with-cpu-32, --with-cpu-64): Document
support on SPARC.
* config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
cpu_32, cpu_64, tune_32 and tune_64.
* config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
From-SVN: r236897
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index db8ea73..e4c7535 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1247,7 +1247,7 @@ This option is only supported on some targets, including ARC, ARM, i386, M68k, PowerPC, and SPARC@. It is mandatory for ARC@. The @option{--with-cpu-32} and @option{--with-cpu-64} options specify separate default CPUs for 32-bit and 64-bit modes; these options are only supported for i386, -x86-64 and PowerPC. +x86-64, PowerPC, and SPARC@. @item --with-schedule=@var{cpu} @itemx --with-arch=@var{cpu} |