aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-14 12:48:48 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-14 12:48:48 +0000
commit72660f5f15fcd71215193f993dd95da0d130168a (patch)
treec934b5435b313cebadb7895167473c4c635f3caf /config
parentbace21247493eb38870d2585f0e643bdc550f60a (diff)
downloadopenssl-72660f5f15fcd71215193f993dd95da0d130168a.zip
openssl-72660f5f15fcd71215193f993dd95da0d130168a.tar.gz
openssl-72660f5f15fcd71215193f993dd95da0d130168a.tar.bz2
Add a configuration for Sony News 4.
Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index 3c779c5..910c97f 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