summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/hints/gnu.sh
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-05-16 10:09:28 +0000
committermarkm <markm@FreeBSD.org>2002-05-16 10:09:28 +0000
commitf56e05005c751822074f0a22aa9a98d2eb189924 (patch)
treee28fc632241c9d248069d45dd9ab2a41fa64868f /contrib/perl5/hints/gnu.sh
parent344ddc14973a1519f100f54051dcb068069fe43c (diff)
downloadFreeBSD-src-f56e05005c751822074f0a22aa9a98d2eb189924.zip
FreeBSD-src-f56e05005c751822074f0a22aa9a98d2eb189924.tar.gz
Perl is no longer in base. Long live the port!
Diffstat (limited to 'contrib/perl5/hints/gnu.sh')
-rw-r--r--contrib/perl5/hints/gnu.sh33
1 files changed, 0 insertions, 33 deletions
diff --git a/contrib/perl5/hints/gnu.sh b/contrib/perl5/hints/gnu.sh
deleted file mode 100644
index 927bcea..0000000
--- a/contrib/perl5/hints/gnu.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-# hints/gnu.sh
-# Last modified: Thu Dec 10 20:47:28 CET 1998
-# Mark Kettenis <kettenis@phys.uva.nl>
-
-# libnsl is unusable on the Hurd.
-# XXX remove this once SUNRPC is implemented.
-set `echo X "$libswanted "| sed -e 's/ nsl / /'`
-shift
-libswanted="$*"
-
-case "$optimize" in
-'') optimize='-O2' ;;
-esac
-
-# Flags needed to produce shared libraries.
-lddlflags='-shared'
-
-# Flags needed by programs that use dynamic linking.
-ccdlflags='-Wl,-E'
-
-# The following routines are only available as stubs in GNU libc.
-# XXX remove this once metaconf detects the GNU libc stubs.
-d_msgctl='undef'
-d_msgget='undef'
-d_msgrcv='undef'
-d_msgsnd='undef'
-d_semctl='undef'
-d_semget='undef'
-d_semop='undef'
-d_shmat='undef'
-d_shmctl='undef'
-d_shmdt='undef'
-d_shmget='undef'
OpenPOWER on IntegriCloud