blob: 7a18b4a91e46c9afb0a6969d56472116f088af55 (
plain)
1
2
3
4
5
6
7
8
9
|
# UTS - Leaving -lm in there results in death of make with the message:
# LD_RUN_PATH="/usr/ccs/lib" ld -G -z text POSIX.o \
# -o ../../lib/auto/POS IX/POSIX.so -lm
# relocations referenced
# from file(s)
# /usr/ccs/lib/libm.a(acos.o)
# ...
$self->{LIBS} = [''];
|