diff options
author | Chung-Ju Wu <jasonwucj@gmail.com> | 2014-03-26 03:14:42 +0000 |
---|---|---|
committer | Chung-Ju Wu <jasonwucj@gcc.gnu.org> | 2014-03-26 03:14:42 +0000 |
commit | d4fbc3ae802ec29f589ef2de81992c57c5d87058 (patch) | |
tree | 9327312554a8248f2dcda7a78142573fa18ec42f | |
parent | dfa6c87bbbc25923a2fb2a3526817df3077946b5 (diff) | |
download | gcc-d4fbc3ae802ec29f589ef2de81992c57c5d87058.zip gcc-d4fbc3ae802ec29f589ef2de81992c57c5d87058.tar.gz gcc-d4fbc3ae802ec29f589ef2de81992c57c5d87058.tar.bz2 |
* doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
From-SVN: r208833
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de069f9..dc4ebfe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com> + * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf. + +2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com> + * doc/contrib.texi: Add myself as Andes nds32 port contributor. 2014-03-25 Jan Hubicka <hubicka@ucw.cz> diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dc040cb..c32f1f9 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}} |