From a6312a5e9c444d5a1477765256dda109eef69da3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 24 Jan 1997 04:42:34 +0000 Subject: arc/pmax -> mips --- gnu/usr.bin/perl/config.sh.OpenBSD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/perl') diff --git a/gnu/usr.bin/perl/config.sh.OpenBSD b/gnu/usr.bin/perl/config.sh.OpenBSD index 6e29bd6f1c7..ae6e199872d 100644 --- a/gnu/usr.bin/perl/config.sh.OpenBSD +++ b/gnu/usr.bin/perl/config.sh.OpenBSD @@ -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 -- cgit v1.2.3