------- Comment #6 from philipp at marek dot priv dot at  2006-05-15 05:17 
-------
CFLAGS:=-g -mmcu=$(MCU) -Wall -Wstrict-prototypes -O2 -mcall-prologues
-I/usr/avr/include -I/home/flip/cprogs/AVR/include -funroll-loops -save-temps
%.s: %.c
        $(CC) $(CFLAGS) -Os -S $<

The .i results from the -save-temps (which I added for reporting this bug)


Regards,

Phil


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27593

Reply via email to