diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-12-05 16:41:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-12-05 16:41:10 +0000 |
commit | 1a683383ef004a25ce5a111ec9f4393545cbb46a (patch) | |
tree | c21b0097190dd47cac277fb532d905a863a25d30 /gnu | |
parent | 4a95571b697dbdc597ed16ee9075170ed6cf597d (diff) |
powerpc has shared libs for OpenBSD >= 2.8
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index a052cbba57b..338a256d35d 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -26,8 +26,8 @@ d_setruid=$undef # # Not all platforms support dynamic loading... # -case `arch -s` in -alpha|mips|powerpc|vax) +case "`arch -s`-${osvers}" in +alpha-*|mips-*|vax-*|powerpc-2.[0-7]) usedl=$undef ;; *) |