summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-03-09 22:52:57 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-03-09 22:52:57 (GMT)
commit362894fbb1b798dbbe81f193c6db1ee27eda5182 (patch)
treef97444cc0698374944735d993da20794c04e1bf1
parent06ee0d9c4d2df2b31277b668f92d8df55a97e6dc (diff)
downloadhdf5-362894fbb1b798dbbe81f193c6db1ee27eda5182.zip
hdf5-362894fbb1b798dbbe81f193c6db1ee27eda5182.tar.gz
hdf5-362894fbb1b798dbbe81f193c6db1ee27eda5182.tar.bz2
[svn-r1127] Removed -64 from default setting. Irix workstations running 32 bit
OS cannot handle the 64 bit instruction sets. Let the local system default takes care of preferred machine code. Tested on both IRIX and IRIX64 platforms.
-rw-r--r--config/irix6.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/irix6.x b/config/irix6.x
index 4025037..0249ee4 100644
--- a/config/irix6.x
+++ b/config/irix6.x
@@ -8,7 +8,7 @@
# Use SGI supplied C compiler by default. There is no ranlib
if test "X-" = "X-$CC"; then
- CC='cc -64'
+ CC='cc'
CC_BASENAME=cc
fi
RANLIB=: