blob: 6ee143357f7f446325ba289b2772b35c4995fd7f (
plain)
1
2
3
4
5
6
7
8
9
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'
|