From 98d0d59f9c21f0814c1a80757d1ababc39b4b09d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 16 Apr 1998 18:04:03 -0500 Subject: [svn-r349] Set "cc" as the C compiler. The CFLAGS setting works with SGI compilers only. --- config/irix64 | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12