(no subject)

2002-07-26 Thread Partido Político CAMBIO
    CAMBIO es un nuevo partido político, incripto ante la justicia electoral de Capital Federal, juzgado a cargo de la doctora Servini de Cubría, luego de haber reunido el número de adhesiones requerido por la actual Ley Electoral.   CAMBIO está integrado por gran cantidad de gente con

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 problem: autoconf >

Re: Removing Optim

2002-07-26 Thread Segher Boessenkool
I think you mean to build without compiler optimizations. You could add something like this to Makefile.am: debug: $(MAKE) all CFLAGS="$(CFLAGS) -O0" and run make debug (-O0 is GCC specific). Cheers, Segher Jean-Eric Cuendet wrote: > > Hi > Could someone tell me how to remove o