This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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
been applied previously:
http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01125.html


contrib/
2013-07-08  Chung-Ju Wu  <jasonwucj@gmail.com>
	    Shiva Chen  <shiva0217@gmail.com>

	* config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.

gcc/
2013-07-08  Chung-Ju Wu  <jasonwucj@gmail.com>
	    Shiva Chen  <shiva0217@gmail.com>

	* config.gcc (nds32*-*-*): Add nds32 target.

libgcc/
2013-07-08  Chung-Ju Wu  <jasonwucj@gmail.com>
	    Shiva Chen  <shiva0217@gmail.com>

	* config.host (nds32*-elf*): Add nds32 target.

Attachment: 1-nds32-config.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]