arc/pmax -> mips
authorderaadt <deraadt@openbsd.org>
Fri, 24 Jan 1997 04:42:33 +0000 (04:42 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 24 Jan 1997 04:42:33 +0000 (04:42 +0000)
gnu/usr.bin/perl/config.sh.OpenBSD

index 6e29bd6..ae6e199 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $OpenBSD: config.sh.OpenBSD,v 1.7 1997/01/22 09:24:00 deraadt Exp $
+# $OpenBSD: config.sh.OpenBSD,v 1.8 1997/01/24 04:42:33 deraadt Exp $
 #
 # This file was produced by running the Configure script. It holds all the
 # definitions figured out by Configure. Should you modify one of these values,
@@ -17,8 +17,7 @@
 
 case "`arch |cut -f2 -d.`" in
 "alpha")       _dynaload=0;;
-"arc")         _dynaload=0;;
-"pmax")                _dynaload=0;;
+"mips")                _dynaload=0;;
 "powerpc")     _dynaload=0;;
 *)             _dynaload=1;;
 esac