mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9l: xlc_r automatically adds -lpthread.
This commit is contained in:
parent
7a371bf936
commit
53bf1f1ccf
1 changed files with 0 additions and 1 deletions
1
bin/9l
1
bin/9l
|
@ -63,7 +63,6 @@ case "$tag" in
|
||||||
*AIX*)
|
*AIX*)
|
||||||
ld="${CC9:-xlc_r} -g -O0 $CC9FLAGS"
|
ld="${CC9:-xlc_r} -g -O0 $CC9FLAGS"
|
||||||
nmflags="-A -B"
|
nmflags="-A -B"
|
||||||
extralibs="$extralibs -lpthread"
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo do not know how to link on "$tag" 1>&2
|
echo do not know how to link on "$tag" 1>&2
|
||||||
|
|
Loading…
Reference in a new issue