summaryrefslogtreecommitdiff
path: root/sys/src/libc/mkfile
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-09-21 19:53:27 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-09-21 19:53:27 +0200
commit3d05e77ca1f743e5b4091c6bfe311460175ed9ae (patch)
treed17a262c559e389e3adb6171de308800eb9d3426 /sys/src/libc/mkfile
parent041e4852d258f05fe5f60964a76c99714905774e (diff)
libc: change tas/sleep locks to cas/semacquire/semrelease locks (from sources)
spinlocks have been changed to use the new semacquire/semrelease syscalls in combination with atomic compare and swap operations.
Diffstat (limited to 'sys/src/libc/mkfile')
-rw-r--r--sys/src/libc/mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libc/mkfile b/sys/src/libc/mkfile
index 3634076f8..8f1593cc1 100644
--- a/sys/src/libc/mkfile
+++ b/sys/src/libc/mkfile
@@ -37,7 +37,7 @@ update:V:
cd $i
mk $MKFLAGS update
}
- update $UPDATEFLAGS /386/lib/libc.a
+ update $UPDATEFLAGS /$objtype/lib/libc.a
installall:V:
for(objtype in $CPUS) mk $MKFLAGS install