From: Rafael Garcia-Suarez Date: Thu, 10 Mar 2005 17:22:25 +0000 (+0000) Subject: Add support for Debian GNU/k*BSD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46c947e8b9def6de34ac831834a3c290ab266515;p=p5sagit%2Fp5-mst-13.2.git Add support for Debian GNU/k*BSD p4raw-id: //depot/perl@24017 --- diff --git a/hints/gnukfreebsd.sh b/hints/gnukfreebsd.sh index 37136ce..1225f69 100644 --- a/hints/gnukfreebsd.sh +++ b/hints/gnukfreebsd.sh @@ -1,2 +1,10 @@ #! /bin/sh + +# Support for Debian GNU/kFreeBSD (kfreebsd-gnu) +# A port of the Debian GNU system using the FreeBSD kernel. + . ./hints/linux.sh + +# Configure sets these where $osname = linux +ccdlflags='-Wl,-E' +lddlflags='-shared' diff --git a/hints/gnuknetbsd.sh b/hints/gnuknetbsd.sh index 37136ce..6ee1433 100644 --- a/hints/gnuknetbsd.sh +++ b/hints/gnuknetbsd.sh @@ -1,2 +1,10 @@ #! /bin/sh + +# Support for Debian GNU/NetBSD (netbsd-i386 and netbsd-alpha) +# A port of the Debian GNU system using the NetBSD kernel. + . ./hints/linux.sh + +# Configure sets these where $osname = linux +ccdlflags='-Wl,-E' +lddlflags='-shared'