Re: [PATCH 1/6] Andes nds32: configure settings for nds32 target.

2013-09-08 Thread Chung-Ju Wu
On 7/24/13 11:46 PM, Chung-Ju Wu wrote: > On 7/10/13 6:56 AM, Joseph S. Myers wrote: >> On Mon, 8 Jul 2013, Chung-Ju Wu wrote: > > Thanks for the review comments. > A revised patch is provided and here is a summary: > > 1. Handle -march option within the compiler proper. > Simplify the hand

Re: [PATCH 1/6] Andes nds32: configure settings for nds32 target.

2013-07-24 Thread Chung-Ju Wu
Hi, Joseph, Sorry for the late revised patch. We have completed all of it based on your review comments. On 7/10/13 6:56 AM, Joseph S. Myers wrote: On Mon, 8 Jul 2013, Chung-Ju Wu wrote: + nds32*-*-*) + supported_defaults="arch nds32_lib" + + # process --with

Re: [PATCH 1/6] Andes nds32: configure settings for nds32 target.

2013-07-09 Thread Joseph S. Myers
On Mon, 8 Jul 2013, Chung-Ju Wu wrote: > + nds32*-*-*) > + supported_defaults="arch nds32_lib" > + > + # process --with-arch > + # the 'with_arch' will be analyzed and then set its ISA and > FLAGS I don't think this approach for processing --with-arch and

[PATCH 1/6] Andes nds32: configure settings for nds32 target.

2013-07-08 Thread Chung-Ju Wu
Hi, This patch consists of the nds32 specific settings for configure process. Because there are two kinds of libgcc support (newlib/mculib) in nds32 target, we add --with-nds32-lib option in gcc/config.gcc and libgcc/config.host. The nds32*|nds32le*|nds32be* recognition in config.sub has already