summaryrefslogtreecommitdiffstats
path: root/config/intel-osf1
diff options
context:
space:
mode:
Diffstat (limited to 'config/intel-osf1')
-rw-r--r--config/intel-osf17
1 files changed, 5 insertions, 2 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1
index 69fc63a..02027bd 100644
--- a/config/intel-osf1
+++ b/config/intel-osf1
@@ -10,8 +10,8 @@
# The default compiler is `cicc'
if test "X-" = "X-$CC"; then
- CC=cicc
- CC_BASENAME=cicc
+ CC=cicc
+ CC_BASENAME=cicc
fi
# The default archiver is `xar'
@@ -49,6 +49,9 @@ PROFILE_CPPFLAGS=
# Turn off shared lib option. It does not work for TFLOPS yet.
enable_shared="${enable_shared:-no}"
+# Disable stream-vfd option. It does not work for TFLOPS.
+enable_stream_vfd="${enable_stream_vfd:-no}"
+
# Set this to the width required by printf() to print type `long
# long'. For instance, if the format would be `%lld' then set it to
# `ll' or if the format would be `%qd' set it to `q'.