X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fmain.c;h=1be9c7f5b0382c522bba9f0decd7f3e2db6d3a0d;hb=fd99dea2da897ab79bde30eb6718abf497e12265;hp=b3e33659a5a9e1d49a9e6f28c95f9e1854b5d64e;hpb=fcda7391d5c7d8702cb8a744ac991154a95b092d;p=fw%2Fsdcc diff --git a/src/avr/main.c b/src/avr/main.c index b3e33659..1be9c7f5 100644 --- a/src/avr/main.c +++ b/src/avr/main.c @@ -141,8 +141,9 @@ static const char *_linkCmd[] = { "linkavr", "", "$1", NULL }; +/* $3 is replaced by assembler.debug_opts resp. port->assembler.plain_opts */ static const char *_asmCmd[] = { - "asavr", "$l" , "-plosgff", "$1.s", NULL + "asavr", "$l" , "$3", "$1.s", NULL }; /* Globals */