summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-10-04 15:50:17 +0100
committerMatt Caswell <matt@openssl.org>2017-10-05 10:13:25 +0100
commitc8b749c37b6f7f4045346ea26f22865a82a7973d (patch)
treee27efd899d42f338d3790150dfca4cf938548540 /config
parent786b4df402ce57e375012401a02ad7a6696b90c2 (diff)
downloadopenssl-new-c8b749c37b6f7f4045346ea26f22865a82a7973d.tar.gz
Remove some commented out code
Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4462)
Diffstat (limited to 'config')
-rwxr-xr-xconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/config b/config
index 609ed2fba9..6c01ebd8b2 100755
--- a/config
+++ b/config
@@ -454,13 +454,6 @@ case "$GUESSOS" in
OUT=uClinux-dist
;;
mips3-sgi-irix)
- #CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
- #CPU=${CPU:-0}
- #if [ $CPU -ge 5000 ]; then
- # options="$options -mips4"
- #else
- # options="$options -mips3"
- #fi
OUT="irix-mips3-$CC"
;;
mips4-sgi-irix64)
@@ -470,13 +463,6 @@ case "$GUESSOS" in
echo " You have about 5 seconds to press Ctrl-C to abort."
(trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
fi
- #CPU=`(hinv -t cpu) 2>/dev/null | head -1 | sed 's/^CPU:[^R]*R\([0-9]*\).*/\1/'`
- #CPU=${CPU:-0}
- #if [ $CPU -ge 5000 ]; then
- # options="$options -mips4"
- #else
- # options="$options -mips3"
- #fi
OUT="irix-mips3-$CC"
;;
ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;