xref: /openbsd-src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl (revision 0a5f61bb653fdff7c29c2275df78c7f019a04c0c)
1# Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug
2# PR#227670 - linker error on fpgetround()
3
4$self->{LIBS} = ['-ldb -lm -lc'];
5