artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8636dda
)
handle the pmax like the arc - no dynamic stuff
author
graichen
<graichen@openbsd.org>
Thu, 2 Jan 1997 14:05:25 +0000
(14:05 +0000)
committer
graichen
<graichen@openbsd.org>
Thu, 2 Jan 1997 14:05:25 +0000
(14:05 +0000)
gnu/usr.bin/perl/config.sh.OpenBSD
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/perl/config.sh.OpenBSD
b/gnu/usr.bin/perl/config.sh.OpenBSD
index
01d0dcb
..
a6fbdf1
100644
(file)
--- 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.
4 1996/08/23 15:22:39 downsj
Exp $
+# $OpenBSD: config.sh.OpenBSD,v 1.
5 1997/01/02 14:05:25 graichen
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,
@@
-18,6
+18,7
@@
case "`machine`" in
"alpha") _dynaload=0;;
"arc") _dynaload=0;;
+"pmax") _dynaload=0;;
*) _dynaload=1;;
esac