aboutsummaryrefslogtreecommitdiff
path: root/src/mkfile
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-12-30 07:39:16 -0500
committerRuss Cox <rsc@swtch.com>2020-12-30 07:53:28 -0500
commit99dee78c2d44641ba56e5bb640d732f993b3dfa1 (patch)
tree3e785ab1037b96d4eb2dc321925bc0733332cea8 /src/mkfile
parent0bd14783426d137428ffae7cd89cfc06b88d1b11 (diff)
downloadplan9port-99dee78c2d44641ba56e5bb640d732f993b3dfa1.tar.gz
plan9port-99dee78c2d44641ba56e5bb640d732f993b3dfa1.tar.bz2
plan9port-99dee78c2d44641ba56e5bb640d732f993b3dfa1.zip
all: remove $OBJTYPE from build
Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
Diffstat (limited to 'src/mkfile')
-rw-r--r--src/mkfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mkfile b/src/mkfile
index 4740780d..d17ca6b6 100644
--- a/src/mkfile
+++ b/src/mkfile
@@ -37,9 +37,7 @@ mkmk.sh:VD:
) | sed '
s/'$INSTALL'/$INSTALL/g
s/'$SYSNAME'/$SYSNAME/g
- s/'$OBJTYPE'/$OBJTYPE/g
s;'$PLAN9';$PLAN9;g
- s/^9[ac] *tas-.*/9a tas-$OBJTYPE.s || 9c tas-$OBJTYPE.c/
' >$target
testmkmk:V: