Re: [Bug-dejagnu] Re: AM33/2.0 support for mn10300-elf
Rob Savoye <[email protected]>
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 10, 2003 at 01:59:48AM -0300, Alexandre Oliva wrote: > > These are the dejagnu bits, posted separately for convenience of the > > DejaGNU maintainer :-) Ok for the GDB repository? > > And here's a patch for am33_2.0-unknown-linux-gnu. It seems to be > lacking some love (setting compiler the way it does is odd, but I'm no > expert in this kind of file), and I'm not entirely sure we actually > use it any longer, but I thought I'd post it anyway. Should I put it > in? Well, the compiler name *should* really be gotten by transforming the target name, but I assume there was some reason for hardcoding it ? It looks like am33_2.0-linux-gnu isn't a standard target-triplet. What does config.guess return on this target ? find_gcc should have worked. As I'm guessing almost nobody uses this target, I'll check this into Savannah 'as is". - rob -