commit 53bf1f1ccf9a6fee9437649216ac047f80590fae parent 7a371bf93652573b3d57d50466d3ea22a6eebff2 Author: Ben Huntsman <BHuntsman@mail2.cu-portland.edu> Date: Mon, 18 May 2020 12:20:48 -0700 9l: xlc_r automatically adds -lpthread. Diffstat:
M | bin/9l | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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