diff mbox

[doc] Mention nds32*-*-elf in the target specific installation notes.

Message ID CADj25HP7t4H=aKJyv5AeC0gDNMgkdxUc-7K5UuyALEDXajUTvA@mail.gmail.com
State New
Headers show

Commit Message

Chung-Ju Wu March 24, 2014, 2:44 a.m. UTC
Hi, Gerald,

By reviewing the webpage on:
  http://gcc.gnu.org/install/specific.html

I noticed I forgot to add nds32*-*-elf into installation notes.
The ChangeLog and the patch are as below.
Bootstrapped and the webpage can be successfully built via 'make html'.

Is it OK for trunk?




Best regards,
jasonwucj

Comments

Rainer Orth March 24, 2014, 6:52 a.m. UTC | #1
Chung-Ju Wu <jasonwucj@gmail.com> writes:

> +@anchor{nds32x-x-elf}
> +@heading nds32*-*-elf
> +Andes NDS32 target.
> +
> +Use @samp{configure --target=nds32le-elf --enable-languages=c,c++} to configure
> +GCC@ for building a nds32 elf cross-compiler in little endian mode.
> +
> +Use @samp{configure --target=nds32be-elf --enable-languages=c,c++} to configure
> +GCC@ for building a nds32 elf cross-compiler in big endian mode.

I'd rather not list the full configure lines, but just describe the two
possible targets.

Thanks.
        Rainer
diff mbox

Patch

Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog       (revision 208744)
+++ gcc/ChangeLog       (working copy)
@@ -1,3 +1,11 @@ 
+2014-03-24  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+       * doc/install.texi: Document nds32*-*-elf.
+
 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>

        * expr.c (expand_expr_real_1): Remove outdated comment.


Index: gcc/doc/install.texi
===================================================================
--- gcc/doc/install.texi        (revision 208744)
+++ gcc/doc/install.texi        (working copy)
@@ -3144,6 +3144,8 @@ 
 @item
 @uref{#mips-sgi-irix6,,mips-sgi-irix6}
 @item
+@uref{#nds32x-x-elf,,nds32*-*-elf}
+@item
 @uref{#powerpc-x-x,,powerpc*-*-*}
 @item
 @uref{#powerpc-x-darwin,,powerpc-*-darwin*}
@@ -4100,6 +4102,19 @@ 
 @html
 <hr />
 @end html
+@anchor{nds32x-x-elf}
+@heading nds32*-*-elf
+Andes NDS32 target.
+
+Use @samp{configure --target=nds32le-elf --enable-languages=c,c++} to configure
+GCC@ for building a nds32 elf cross-compiler in little endian mode.
+
+Use @samp{configure --target=nds32be-elf --enable-languages=c,c++} to configure
+GCC@ for building a nds32 elf cross-compiler 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}}