summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-05-11 11:56:30 +0200
committerAndy Polyakov <appro@openssl.org>2015-05-13 16:47:43 +0200
commit50e2a0ea4615124aa159e8f43317dedcf0cfcaa2 (patch)
tree1b821297aa5965b9f77d336e083641ddc95b8c69 /config
parent3f137e6f1d326fee773a8af363f051d331c46fd2 (diff)
Additional vxWorks target.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index db5fc82bcb..07e2317392 100755
--- a/config
+++ b/config
@@ -383,6 +383,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo "nsr-tandem-nsk"; exit 0;
;;
+ vxworks:kernel*)
+ echo "${MACHINE}-kernel-vxworks"; exit 0;
+ ;;
+
vxworks*)
echo "${MACHINE}-whatever-vxworks"; exit 0;
;;
@@ -613,6 +617,7 @@ case "$GUESSOS" in
;;
ppc-*-linux2) OUT="linux-ppc" ;;
ppc60x-*-vxworks*) OUT="vxworks-ppc60x" ;;
+ ppcgen-kernel-vxworks*) OUT="vxworks-ppcgen-kernel" ;;
ppcgen-*-vxworks*) OUT="vxworks-ppcgen" ;;
pentium-*-vxworks*) OUT="vxworks-pentium" ;;
simlinux-*-vxworks*) OUT="vxworks-simlinux" ;;