PIC16 - Applied patch from Vangelis Rokas. Many fixes for the PIC16 port.
[fw/sdcc] / src / pic / main.c
index 486a4b819e897f2c3feb4a882eee05f0536827b0..78cfda609d6d8e883a273c412219b05ee3d41b15 100644 (file)
@@ -327,12 +327,12 @@ _hasNativeMulFor (iCode *ic, sym_link *left, sym_link *right)
 */
 static const char *_linkCmd[] =
 {
-  "gplink", "-nf", "$1", NULL
+  "gplink", "", "\"$1.o\"", NULL
 };
 
 static const char *_asmCmd[] =
 {
-  "gpasm", "-c", "$1.asm", NULL
+  "gpasm", "-c", "\"$1.asm\"", NULL
 
 };