X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fgnukfreebsd.sh;h=1225f6995fead2f1aabbce1073fca30cb002328b;hb=e853d2264b77e2bdc0758f8ab38e819629763e81;hp=37136ce4d65ac5118515061d7daf22f7f81f46fc;hpb=fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc;p=p5sagit%2Fp5-mst-13.2.git 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'