summaryrefslogtreecommitdiff
path: root/hints/gnukfreebsd.sh
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-10 17:22:25 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-10 17:22:25 +0000
commit46c947e8b9def6de34ac831834a3c290ab266515 (patch)
treed805410178a119baf7560aee1c6fc4531e9cc270 /hints/gnukfreebsd.sh
parentbfbdaa667072956d5a0e974db8ab75c91d670262 (diff)
downloadperl-46c947e8b9def6de34ac831834a3c290ab266515.tar.gz
Add support for Debian GNU/k*BSD
p4raw-id: //depot/perl@24017
Diffstat (limited to 'hints/gnukfreebsd.sh')
-rw-r--r--hints/gnukfreebsd.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/hints/gnukfreebsd.sh b/hints/gnukfreebsd.sh
index 37136ce4d6..1225f6995f 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'