diff options
Diffstat (limited to 'config/intel-osf1')
-rw-r--r-- | config/intel-osf1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index ea65b6f..196b311 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -9,9 +9,9 @@ # This is for the ASCI RED TFLOPS machine # The default compiler is `cicc' -if test "X-" = "X-$CC"; then - CC=cicc - CC_BASENAME=cicc +if test "X-" = "X-$CC"; then + CC=cicc + CC_BASENAME=cicc fi # The default archiver is `xar' |