summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 8ec96c9b7..692af42cd 100755
--- a/configure
+++ b/configure
@@ -163,6 +163,9 @@ case "$bytecc,$host" in
# (For those who want to force "cc -64")
# Turn off warning "unused library"
bytecclinkopts="-Wl,-woff,84";;
+ *,alpha-*-unicos*)
+ # For the Cray T3E
+ bytecccompopts="-DUMK";;
esac
# Configure compiler to use in further tests