cleaned up a little the gbz80 and z80 ports
[fw/sdcc] / src / z80 / main.c
index 4711840b6bb1e2ec35c2c54c801ddab21e5b83d3..3bff23e24963afd672db25f5e1eb229e50c9d992 100644 (file)
@@ -478,6 +478,9 @@ _hasNativeMulFor (iCode *ic, sym_link *left, sym_link *right)
   return FALSE;
 }
 
+
+#define LINKCMD "link-{port} -nf {dstfilename}"
+/*
 #define LINKCMD \
     "link-{port} -n -c -- {z80bases} -m -j" \
     " {z80libspec}" \
@@ -486,6 +489,7 @@ _hasNativeMulFor (iCode *ic, sym_link *left, sym_link *right)
     " {z80crt0}" \
     " \"{dstfilename}{objext}\"" \
     " {z80extraobj}"
+*/
 
 #define ASMCMD \
     "as-{port} -plosgff \"{objdstfilename}\" \"{dstfilename}{asmext}\""