summaryrefslogtreecommitdiff
path: root/Cross/Makefile-cross-SH
diff options
context:
space:
mode:
authorOwain G. Ainsworth <oga@nicotinebsd.org>2013-08-22 15:55:02 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-08-22 17:09:20 +0100
commit2af44768f45c1334e61d39001265268a1e444cb9 (patch)
treee719a3b77ad84549d0c8258b46a7e37d915dfcd0 /Cross/Makefile-cross-SH
parenta0a23c6b5c756a6834d9f716c3e819db01408c5a (diff)
downloadperl-2af44768f45c1334e61d39001265268a1e444cb9.tar.gz
Tweak the perl build some
Fix the cross makefile. makefile.SH treat us like openbsd. hints/bitrig.sh: remove all version number detection goop. this is for openbsd versions that are currently *higher* then the bitrig version number, so avoid foot shooting by throwing it out. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'Cross/Makefile-cross-SH')
-rw-r--r--Cross/Makefile-cross-SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index e83cd4cf8f..13945ceb19 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -67,7 +67,7 @@ true)
sunos*)
linklibperl="-lperl"
;;
- netbsd*|freebsd[234]*|openbsd*|dragonfly*)
+ netbsd*|freebsd[234]*|openbsd*|dragonfly*|bitrig*)
linklibperl="-L. -lperl"
;;
interix*)