t9l: xlc_r automatically adds -lpthread. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 53bf1f1ccf9a6fee9437649216ac047f80590fae
 (DIR) parent 7a371bf93652573b3d57d50466d3ea22a6eebff2
 (HTM) 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(-)
       ---
 (DIR) diff --git a/bin/9l b/bin/9l
       t@@ -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