p4raw-id: //depot/perl@10079
ext/POSIX/hints/openbsd.pl Hint for POSIX for named architecture
ext/POSIX/hints/sunos_4.pl Hint for POSIX for named architecture
ext/POSIX/hints/svr4.pl Hint for POSIX for named architecture
+ext/POSIX/hints/uts.pl Hint for POSIX for named architecture
ext/POSIX/typemap POSIX extension interface types
ext/PerlIO/Scalar/Makefile.PL PerlIO layer for scalars
ext/PerlIO/Scalar/Scalar.pm PerlIO layer for scalars
--- /dev/null
+# 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} = [''];
cc='cc'
cccdlflags='-pic'
ccflags='-Xa -XTSTRINGS=1500000'
-d_bincompat3='undef'
-d_csh='undef'
-d_lstat='define'
-d_suidsafe='define'
+d_bincompat3='undef'
+d_csh='undef'
+d_lstat='define'
+d_suidsafe='define'
dlsrc='dl_dlopen.xs'
i_ieeefp='undef'
-ld='ld'
+ld='ld'
lddlflags='-G -z text'
libperl='libperl.so'
-libpth='/lib /usr/lib /usr/ccs/lib'
-libs='-lsocket -lnsl -ldl -lm'
-prefix='psf_prefix'
-static_ext='none'
-useshrplib='define'
+libpth='/lib /usr/lib /usr/ccs/lib'
+libs='-lsocket -lnsl -ldl -lm'
+libswanted='m'
+prefix='psf_prefix'
+toke_cflags='optimize=""'
+useshrplib='define'