diff options
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? |