9l: xlc_r automatically adds -lpthread.

This commit is contained in:
Ben Huntsman 2020-05-18 12:20:48 -07:00 committed by Russ Cox
parent 7a371bf936
commit 53bf1f1ccf

1
bin/9l
View file

@ -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