diff options
author | Norton T. Allen <allen@huarp.harvard.edu> | 1998-02-12 08:40:56 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-13 16:55:33 +0000 |
commit | 7fbf1995491e949f272b62425198e9acc037df4d (patch) | |
tree | 16b3ac264128d6a1538ed680cc51ed114e7e7268 /hints | |
parent | f3dc24a506bc9f8ad2439e198f72ce34fb1c42b0 (diff) | |
download | perl-7fbf1995491e949f272b62425198e9acc037df4d.tar.gz |
5.004_58 QNX getcwd
p4raw-id: //depot/perl@516
Diffstat (limited to 'hints')
-rw-r--r-- | hints/qnx.sh | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/hints/qnx.sh b/hints/qnx.sh index 947c98f679..7b7c9e616b 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -36,18 +36,8 @@ # Resolved in 970211 Beta # lib/io_udp.t test hangs because of a bug in getsockname(). # Fixed in latest BETA socket3r.lib -# If there is a softlink in your path, Findbin will fail. -# This is a documented feature of perl's getpwd(). # There is currently no support for dynamically linked # libraries. -# op/magic.t failure due to a feature of QNX which rewrites script -# names before they are executed. I think you'll find that if -# you cd `fullpath -t` before doing the make, the test will pass. -#---------------------------------------------------------------- -# At present, all QNX systems are equivalent architectures, -# so it might be reasonable to call archname=qnx rather than -# making an unnecessary distinction between AT-qnx and PCI-qnx, -# for example. #---------------------------------------------------------------- # These hints were submitted by: # Norton T. Allen @@ -62,6 +52,14 @@ echo "Some tests may fail. Please read the hints/qnx.sh file." echo "" #---------------------------------------------------------------- +# At present, all QNX systems are equivalent architectures, +# so it is reasonable to call archname=x86-qnx rather than +# making an unnecessary distinction between AT-qnx and PCI-qnx, +# for example. +#---------------------------------------------------------------- +archname='x86-qnx' + +#---------------------------------------------------------------- # QNX doesn't come with a csh and the ports of tcsh I've used # don't work reliably: #---------------------------------------------------------------- |