Anton Erasmus wrote:
Normally .S (Upper case S) should be processed by avr-gcc and not by avr-as.
.S files are first pre-processed by the normal C processor.
I see that now from some other documentation that I found.
avr-gcc have no concept of $(ASFLAGS) or any other make definition.
Not quite true... there is a list of environment variables that the gcc
driver consults. It turns out ASFLAGS is not one of them, even if it
does get exported, which is the root of my question.
-dave
_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list