summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-01 15:36:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-01 15:36:54 +0000
commit2f6efd6acbbf307787f54db637f250cb9c98dac6 (patch)
treefb79c4ca9e3cf7ace3bdce4e0d3478f10ec41284 /config
parent823df31be7e5b1a72a5f58d4f1106168e8afbae0 (diff)
downloadopenssl-new-2f6efd6acbbf307787f54db637f250cb9c98dac6.tar.gz
Some changes to support VxWorks in the validted module.
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/config b/config
index 74cda563e8..2827a458c0 100755
--- a/config
+++ b/config
@@ -370,6 +370,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
NONSTOP_KERNEL*)
echo "nsr-tandem-nsk"; exit 0;
;;
+
+ vxworks*)
+ echo "${MACHINE}-whatever-vxworks"; exit 0;
+ ;;
esac
#
@@ -583,6 +587,8 @@ case "$GUESSOS" in
OUT="linux-ppc"
;;
ppc-*-linux2) OUT="linux-ppc" ;;
+ ppc60x-*-vxworks*) OUT="vxworks-ppc60x" ;;
+ ppcgen-*-vxworks*) OUT="vxworks-ppcgen" ;;
ia64-*-linux?) OUT="linux-ia64" ;;
sparc64-*-linux2)
echo "WARNING! If you *know* that your GNU C supports 64-bit/V9 ABI"