PIC16 - Applied patch from Vangelis Rokas. Many fixes for the PIC16 port.
[fw/sdcc] / src / pic / main.c
index 7b91caa291b148b86c24755e21b51291b339ae9c..78cfda609d6d8e883a273c412219b05ee3d41b15 100644 (file)
@@ -327,7 +327,7 @@ _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[] =