../cvsm
[fw/sdcc] / src / mcs51 / main.c
index 3dcb4d86258f15aa223151bfe08ee575ab21ea0b..b23a03d0e15ad7db0455d61a16b8fa466d401014 100644 (file)
@@ -131,9 +131,10 @@ static const char *_linkCmd[] =
   "aslink", "-nf", "$1", NULL
 };
 
+/* $3 is replaced by assembler.debug_opts resp. port->assembler.plain_opts */
 static const char *_asmCmd[] =
 {
-  "asx8051", "$l", "-plosgffc", "$1.asm", NULL
+  "asx8051", "$l", "$3", "$1.asm", NULL
 };
 
 /* Globals */