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]

Re: [Patch, microblaze]: Add microblaze*-*-elf target


On 01/24/2013 04:37 PM, David Holsgrove wrote:
On 25 January 2013 01:38, Michael Eager <eager@eagercon.com> wrote:
On 01/23/2013 08:24 PM, David Holsgrove wrote:

Hi Michael,


On 24 January 2013 00:58, Michael Eager <eager@eagercon.com> wrote:

On 01/20/2013 09:42 PM, David Holsgrove wrote:


gcc/Changelog

2013-01-21 Edgar E. Iglesias <edgar.iglesias@gmail.com>

* config.gcc (microblaze*-*-elf): Add new target

libgcc/Changelog

2013-01-21 Edgar E. Iglesias <edgar.iglesias@gmail.com>

* config.host (microblaze*-*-elf): Add new target


Hi David --

The generic microblaze*-*-* target is currently used for --target=microblaze-xilinx-elf.

After adding a microblaze*-*-elf target, what targets would use
generic target?  If there are no known configurations which would
match, there's little value in keeping a target which is never built.

I don't have any objection to renaming the target from microblaze*-*-*
to microblaze-*-*-elf.



Hi Michael,


I agree, our default target would be a microblaze*-*-elf, so I can rename
the target to reflect this, and update the config.gcc / config.host.

I've attached an updated version of the patch for your review. I'll also
reply to my patch adding Little Endian support as this will be updated
also.

Modified Changelog: gcc: * config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file. libgcc: * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update extra_parts.

Committed revision 195487.


-- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077



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