diff options
author | jasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-26 03:14:42 +0000 |
---|---|---|
committer | jasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-26 03:14:42 +0000 |
commit | ed1601d34c8ee37ce2b37708505de706a5fa9ff7 (patch) | |
tree | 9327312554a8248f2dcda7a78142573fa18ec42f /gcc/doc | |
parent | 7815c5956d1b4a79e496db18f4f451576922ed71 (diff) | |
download | gcc-ed1601d34c8ee37ce2b37708505de706a5fa9ff7.tar.gz |
* doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208833 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dc040cbc387..c32f1f90e30 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3144,6 +3144,10 @@ information have to. @item @uref{#mips-sgi-irix6,,mips-sgi-irix6} @item +@uref{#nds32le-x-elf,,nds32le-*-elf} +@item +@uref{#nds32be-x-elf,,nds32be-*-elf} +@item @uref{#powerpc-x-x,,powerpc*-*-*} @item @uref{#powerpc-x-darwin,,powerpc-*-darwin*} @@ -4100,6 +4104,20 @@ This configuration is intended for embedded systems. @html <hr /> @end html +@anchor{nds32le-x-elf} +@heading nds32le-*-elf +Andes NDS32 target in little endian mode. + +@html +<hr /> +@end html +@anchor{nds32be-x-elf} +@heading nds32be-*-elf +Andes NDS32 target in big endian mode. + +@html +<hr /> +@end html @anchor{powerpc-x-x} @heading powerpc-*-* You can specify a default version for the @option{-mcpu=@var{cpu_type}} |