From 1f5f254deef93d2a6421fe138aa9688ab8b21f1f Mon Sep 17 00:00:00 2001 From: rahnds Date: Thu, 2 Jan 1997 16:06:50 +0000 Subject: [PATCH] handle the powerpc like the arc - no dynamic stuff Thanks to Thomas Graichen for the fix. --- gnu/usr.bin/perl/config.sh.OpenBSD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1