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
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
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
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