summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-09-04 08:48:45 +0100
committerLeon Brocard <acme@astray.com>2009-09-04 08:48:45 +0100
commit46c3340ed6f3bbae3f80607438da0310e52a687a (patch)
tree7c3d202ae70dc8c1d082e55aaad560dd9db36707 /hints/irix_6.sh
parentbf6bfb44d9f2e07e4bd25b8eba2d9132fcec637e (diff)
downloadperl-46c3340ed6f3bbae3f80607438da0310e52a687a.tar.gz
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 93d6618a36..e36d643019 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -192,7 +192,7 @@ esac'
case "`uname -s`" in
# Without the -mabi=64 gcc in 64-bit IRIX has problems passing
# and returning small structures. This affects inet_*() and semctl().
- # See http://reality.sgi.com/ariel/freeware/gcc-2.8.1-notes.html
+ # See http://groups.google.com/group/comp.sys.sgi.admin/msg/3ad8353bc4ce3cb0
# for more information. Reported by Lionel Cons <lionel.cons@cern.ch>.
IRIX64) ccflags="$ccflags -mabi=64"
ldflags="$ldflags -mabi=64 -L/usr/lib64"