From: rahnds Date: Thu, 2 Jan 1997 16:06:50 +0000 (+0000) Subject: handle the powerpc like the arc - no dynamic stuff X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1f5f254deef93d2a6421fe138aa9688ab8b21f1f;p=openbsd handle the powerpc like the arc - no dynamic stuff Thanks to Thomas Graichen for the fix. --- diff --git a/gnu/usr.bin/perl/config.sh.OpenBSD b/gnu/usr.bin/perl/config.sh.OpenBSD index a6fbdf144f6..040610c2f2c 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.5 1997/01/02 14:05:25 graichen Exp $ +# $OpenBSD: config.sh.OpenBSD,v 1.6 1997/01/02 16:06:50 rahnds 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, @@ -19,6 +19,7 @@ case "`machine`" in "alpha") _dynaload=0;; "arc") _dynaload=0;; "pmax") _dynaload=0;; +"powerpc") _dynaload=0;; *) _dynaload=1;; esac