diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-04-16 23:04:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-04-16 23:04:03 (GMT) |
commit | 98d0d59f9c21f0814c1a80757d1ababc39b4b09d (patch) | |
tree | 615fc0b5e7cafb4e5b1dad5926aed8243147f103 /config/irix64 | |
parent | 368a103a935ab6dcedf6aa588bb162593d05e47c (diff) | |
download | hdf5-98d0d59f9c21f0814c1a80757d1ababc39b4b09d.zip hdf5-98d0d59f9c21f0814c1a80757d1ababc39b4b09d.tar.gz hdf5-98d0d59f9c21f0814c1a80757d1ababc39b4b09d.tar.bz2 |
[svn-r349] Set "cc" as the C compiler. The CFLAGS setting works with SGI
compilers only.
Diffstat (limited to 'config/irix64')
-rw-r--r-- | config/irix64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/irix64 b/config/irix64 index 6c07765..924b431 100644 --- a/config/irix64 +++ b/config/irix64 @@ -10,6 +10,9 @@ # flags like `-DH5G_DEBUG' since these are added with the # `--enable-debug' switch of configure. +# Use SGI supplied C compiler +CC="cc" + # What must *always* be present for things to compile correctly? # Always turn off these warnings: # 1174: function declared but not used |