summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/hints/svr4.pl
blob: 07f2cb0412660f5ad7f1d90b8c8aa76b9eb95ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# NCR MP-RAS.  Thanks to Doug Hendricks for this info.
# Configure sets osname=svr4.0, osvers=3.0, archname='3441-svr4.0'
# This system needs to explicitly link against -lmw to pull in some
# symbols such as _mwoflocheckl and possibly others.
#  A. Dougherty  Thu Dec  7 11:55:28 EST 2000
if ($Config{'archname'} =~ /3441-svr4/) {
    $self->{LIBS} = ['-lm -posix -lcposix -lmw'];
}
# Not sure what OS this one is.
elsif ($Config{archname} =~ /RM\d\d\d-svr4/) {
    $self->{LIBS} = ['-lm -lc -lposix -lcposix'];
}
OpenPOWER on IntegriCloud