diff options
-rw-r--r-- | config/intel-osf1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index 7b0a6b0..02027bd 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -9,7 +9,7 @@ # This is for the ASCI RED TFLOPS machine # The default compiler is `cicc' -if test "X-" = "X-$CC"; then +if test "X-" = "X-$CC"; then CC=cicc CC_BASENAME=cicc fi |