2014-03-24 23:47 GMT+08:00 Gerald Pfeifer :
> On Mon, 24 Mar 2014, Chung-Ju Wu wrote:
>> +2014-03-24 Chung-Ju Wu
>> +
>> + * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
>
> Looks good to me. (The new patch avoids "elf" which I believe should
> have been "ELF", by the way.)
On Mon, 24 Mar 2014, Chung-Ju Wu wrote:
> +2014-03-24 Chung-Ju Wu
> +
> + * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
Looks good to me. (The new patch avoids "elf" which I believe should
have been "ELF", by the way.)
Gerald
2014-03-24 14:52 GMT+08:00 Rainer Orth :
> Chung-Ju Wu 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 endia
Chung-Ju Wu 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
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?
Index: gcc/C