diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/gnukfreebsd.sh | 8 | ||||
-rw-r--r-- | hints/gnuknetbsd.sh | 8 |
2 files changed, 16 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' diff --git a/hints/gnuknetbsd.sh b/hints/gnuknetbsd.sh index 37136ce4d6..6ee143357f 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' |