]> git.gag.com Git - fw/sdcc/commitdiff
link-{port} and as-{port} defined without path
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 31 Mar 2003 16:50:50 +0000 (16:50 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 31 Mar 2003 16:50:50 +0000 (16:50 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2451 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/z80/main.c

index 8c6cadf142eab93c7784472d9896112fc9c67706..4c1ae9413f1b8f285b17e86d6f359cc0bc631978 100644 (file)
@@ -440,7 +440,7 @@ _hasNativeMulFor (iCode *ic, sym_link *left, sym_link *right)
 }
 
 #define LINKCMD \
-    "{bindir}{sep}link-{port} -n -c -- {z80bases} -m -j" \
+    "link-{port} -n -c -- {z80bases} -m -j" \
     " {z80libspec}" \
     " {z80extralibfiles} {z80extralibpaths}" \
     " {z80outputtypeflag} {linkdstfilename}" \
@@ -449,7 +449,7 @@ _hasNativeMulFor (iCode *ic, sym_link *left, sym_link *right)
     " {z80extraobj}"
 
 #define ASMCMD \
-    "{bindir}{sep}as-{port} -plosgff {objdstfilename} {dstfilename}{asmext}"
+    "as-{port} -plosgff {objdstfilename} {dstfilename}{asmext}"
 
 /* Globals */
 PORT z80_port =