summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-02-25 19:00:21 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-02-25 19:00:21 (GMT)
commit3eecc727e08213b961c11fa1380ed8466681b4be (patch)
tree5697d4bb9e989ccaf290044259b9a968678eaad4
parentaea248e1dea6abe20dbf2792d60947070b6ff0ff (diff)
downloadhdf5-3eecc727e08213b961c11fa1380ed8466681b4be.zip
hdf5-3eecc727e08213b961c11fa1380ed8466681b4be.tar.gz
hdf5-3eecc727e08213b961c11fa1380ed8466681b4be.tar.bz2
[svn-r1104] Corrected a typo in the "ld warning suppress" which has a peculiar
syntax.
-rw-r--r--config/irix643
1 files changed, 2 insertions, 1 deletions
diff --git a/config/irix64 b/config/irix64
index 5512c41..2a4d782 100644
--- a/config/irix64
+++ b/config/irix64
@@ -43,9 +43,10 @@ case "X-$CC_BASENAME" in
CFLAGS="$CFLAGS -woff 799,803,835"
# Always turn off these loader warnings:
+ # (notice the peculiar syntax)
# 47: branch instructions that degrade performance on R4000
# 84: a library is not used
- CFLAGS="$CFLAGS -Wl,-woff,47,84"
+ CFLAGS="$CFLAGS -Wl,-woff,47 -Wl,-woff,84"
# Extra debugging flags
DEBUG_CFLAGS="-g -fullwarn"