Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-16 02:36:49 +0400
committerRichard Levitte <levitte@openssl.org>2000-09-16 02:36:49 +0400
commitf30839ecaa4bc8bfafb73a3b954c9f4abe78e5d0 (patch)
tree8b3d3cf7857c0361dc76e6f8aa374d0332c1bad1 /config
parenteb31944f81e9a35c904a93af0643134dd9fc4ca0 (diff)
Merged in the main trunk, did a 'make update', added a couple of
warnings in appropriate places about building a shared library from the ENGINE source.
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index fbdad5ce76..115957f6cc 100755
--- a/config
+++ b/config
@@ -247,6 +247,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo "${MACHINE}-v11-${SYSTEM}"; exit 0;
;;
+ NEWS-OS:4.*)
+ echo "mips-sony-newsos4"; exit 0;
+ ;;
+
esac
#
@@ -470,6 +474,7 @@ case "$GUESSOS" in
# these are all covered by the catchall below
# *-aix) OUT="aix-$CC" ;;
# *-dgux) OUT="dgux" ;;
+ mips-sony-newsos4) OUT="newsos4-gcc" ;;
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
esac