Re: i960-* and b.out

2002-09-13 Thread Ralf Corsepius
Am Fre, 2002-09-13 um 14.19 schrieb Akim Demaille: > > | Am Fre, 2002-07-26 um 18.59 schrieb Jim Wilson: > | > >I know that unfortunately a lot of i960 tools defaulted to b.out > | > >for the default name but this oddity is causing unnecessary > | > >issues wi

Re: i960-* and b.out

2002-09-13 Thread Akim Demaille
| Am Fre, 2002-07-26 um 18.59 schrieb Jim Wilson: | > >I know that unfortunately a lot of i960 tools defaulted to b.out | > >for the default name but this oddity is causing unnecessary | > >issues with at least the RTEMS configurery. | The problem that hits RTEMS actually is a

Re: i960-* and b.out

2002-07-26 Thread Ralf Corsepius
Am Fre, 2002-07-26 um 18.59 schrieb Jim Wilson: > >I know that unfortunately a lot of i960 tools defaulted to b.out > >for the default name but this oddity is causing unnecessary > >issues with at least the RTEMS configurery. The problem that hits RTEMS actually is an autoconf

b.out

2002-07-24 Thread Ralf Corsepius
Hi, gcc-3 for the i960 generates b.out instead of a.out. # ls # touch tmp.c # i960-rtems-gcc tmp.c # ls b.out tmp.c I am not sure if this is a bug in gcc, but ... this causes autoconf checks to leave b.outs after having run configure scripts. Ralf