aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/9l1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index 875e103a..b4f91584 100755
--- a/bin/9l
+++ b/bin/9l
@@ -63,7 +63,6 @@ case "$tag" in
*AIX*)
ld="${CC9:-xlc_r} -g -O0 $CC9FLAGS"
nmflags="-A -B"
- extralibs="$extralibs -lpthread"
;;
*)
echo do not know how to link on "$tag" 1>&2