summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-18 16:19:34 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-18 16:19:34 +0000
commitd0590fe6b20b34b10b016e8d2807b8d3332ba89c (patch)
treeb1fe76ff69e3ca56b4cd18fb3881867b7f895f10 /config
parent2232b10f5a4110d776789f43a7171c6c0d8b5a96 (diff)
Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.
I also used this opportunity to clean up some out-of-date targets and re-group targets by OS.
Diffstat (limited to 'config')
-rwxr-xr-xconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/config b/config
index d69ffaf355..98f6d9fdc7 100755
--- a/config
+++ b/config
@@ -663,8 +663,8 @@ EOF
hppa*-*-openbsd) OUT="OpenBSD-hppa" ;;
*-*-openbsd) OUT="OpenBSD" ;;
*86*-*-bsdi4) OUT="bsdi-elf-gcc" ;;
- *-*-osf) OUT="alphaold-cc" ;;
- *-*-tru64) OUT="alpha-cc" ;;
+ *-*-osf) OUT="osf1-alpha-cc" ;;
+ *-*-tru64) OUT="tru64-alpha-cc" ;;
*-*-OpenUNIX*)
if [ "$CC" = "gcc" ]; then
OUT="OpenUNIX-8-gcc"
@@ -781,9 +781,10 @@ esac
# gcc < 2.8 does not support -mcpu=ultrasparc
if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ]
then
- echo "WARNING! Do consider upgrading to gcc-2.8 or later."
+ echo "WARNING! Falling down to 'solaris-sparcv8-gcc'."
+ echo " Upgrade to gcc-2.8 or later."
sleep 5
- OUT=solaris-sparcv9-gcc27
+ OUT=solaris-sparcv8-gcc
fi
if [ "$OUT" = "linux-sparcv9" -a $GCCVER -lt 28 ]
then