aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorBen Huntsman <BHuntsman@mail2.cu-portland.edu>2020-05-18 12:20:48 -0700
committerRuss Cox <rsc@swtch.com>2020-05-18 22:36:53 -0400
commit53bf1f1ccf9a6fee9437649216ac047f80590fae (patch)
treed43ef3c34ace6262f3a0a6a120f08fd0ea69654f /bin/9l
parent7a371bf93652573b3d57d50466d3ea22a6eebff2 (diff)
downloadplan9port-53bf1f1ccf9a6fee9437649216ac047f80590fae.tar.gz
plan9port-53bf1f1ccf9a6fee9437649216ac047f80590fae.tar.bz2
plan9port-53bf1f1ccf9a6fee9437649216ac047f80590fae.zip
9l: xlc_r automatically adds -lpthread.
Diffstat (limited to 'bin/9l')
-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