diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-10-30 14:08:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-10-30 14:08:17 (GMT) |
commit | ec2a200ee084bd603db018c69a1560e31424533b (patch) | |
tree | 7b4ea489fc8af81bf415dbe8e5f90c3940bcd259 /config/irix6.2 | |
parent | 707f99cd0ca1407e5efc32992d28b55a9b124f61 (diff) | |
download | hdf5-ec2a200ee084bd603db018c69a1560e31424533b.zip hdf5-ec2a200ee084bd603db018c69a1560e31424533b.tar.gz hdf5-ec2a200ee084bd603db018c69a1560e31424533b.tar.bz2 |
[svn-r845] Set it to use vendor provided cc compiler.
Updated developer version too.
Diffstat (limited to 'config/irix6.2')
-rw-r--r-- | config/irix6.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/irix6.2 b/config/irix6.2 index c98fef9..f58977a 100644 --- a/config/irix6.2 +++ b/config/irix6.2 @@ -9,6 +9,9 @@ # Compiler flags. The CPPFLAGS values should not include package debug # flags like `-DH5G_DEBUG' since these are added with the # `--enable-debug' switch of configure. + +# Use SGI supplied C compiler +CC="cc" RANLIB=: # What must *always* be present for things to compile correctly? |