diff options
author | Alexander Gough <alex-p5p@earth.li> | 2007-10-08 14:10:04 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-08 13:16:44 +0000 |
commit | be8a15fc9d0d9428f2fb14cc2ecbc0306b52e030 (patch) | |
tree | c71b2619de18721fed1e911d152e63f26cb30962 /hints/qnx.sh | |
parent | ba6d381e35d7a4367cfc2727a0ef431f4f967401 (diff) | |
download | perl-be8a15fc9d0d9428f2fb14cc2ecbc0306b52e030.tar.gz |
Time::Piece & matherr on qnx4
Message-ID: <20071008121004.GB24241@the.earth.li>
Plus, bump version number of Time::Piece to 1.11_03
p4raw-id: //depot/perl@32069
Diffstat (limited to 'hints/qnx.sh')
-rw-r--r-- | hints/qnx.sh | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/hints/qnx.sh b/hints/qnx.sh index 482c8ab0e5..e4469a176a 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -9,7 +9,12 @@ # socket3r.lib Nov21 1996. # perl-5.7.3 fails 2 known tests under QNX6.1.0 # -# As with many unix ports, this one depends on a few "standard" +# perl-5.10.0-tobe compiles with Watcom C 10.6 +# and QNX 4.25 patch G w/TCPSDK installed +# Some tests still fail, mostly to do with dynamic/static +# or unsuported features in QNX. +# +## As with many unix ports, this one depends on a few "standard" # unix utilities which are not necessarily standard for QNX4. # # /bin/sh This is used heavily by Configure and then by @@ -229,6 +234,11 @@ if [ "$osname" = "qnx" ]; then /usr/local/bin or some other suitable location. EOF fi + + # includes a matherr() to silence noise from watcom libc + archobjs="qnx.o" + test -f qnx.c || cp qnx/qnx.c . + else # $^O eq nto |