summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/hints/irix_4.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/irix_4.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/irix_4.sh')
-rw-r--r--contrib/perl5/hints/irix_4.sh45
1 files changed, 0 insertions, 45 deletions
diff --git a/contrib/perl5/hints/irix_4.sh b/contrib/perl5/hints/irix_4.sh
deleted file mode 100644
index 5c5bdb2..0000000
--- a/contrib/perl5/hints/irix_4.sh
+++ /dev/null
@@ -1,45 +0,0 @@
-#irix_4.sh
-# Last modified Fri May 5 14:06:37 EDT 1995
-optimize='-O1'
-
-# Does Configure really get these wrong? Why?
-d_voidsig=define
-d_charsprf=undef
-
-case "$cc" in
-*gcc*) ccflags="$ccflags -D_BSD_TYPES" ;;
-*) ccflags="$ccflags -ansiposix -signed" ;;
-esac
-
-# This hint due thanks Hershel Walters <walters@smd4d.wes.army.mil>
-# Date: Tue, 31 Jan 1995 16:32:53 -0600 (CST)
-# Subject: IRIX4.0.4(.5? 5.0?) problems
-# I don't know if they affect versions of perl other than 5.000 or
-# versions of IRIX other than 4.0.4.
-#
-cat <<'EOM' >&4
-If you have problems, you might have try including
- -DSTANDARD_C -cckr
-in ccflags.
-EOM
-
-case "$usethreads" in
-$define|true|[yY]*)
- cat >&4 <<EOM
-IRIX `uname -r` does not support POSIX threads.
-You should upgrade to at least IRIX 6.2 with pthread patches.
-EOM
- exit 1
- ;;
-esac
-
-case " $use64bits $use64bitint $use64bitall " in
-*" $define "*|*" true "*|*" [yY] "*)
- cat >&4 <<EOM
-IRIX `uname -r` does not support 64-bit types.
-You should upgrade to at least IRIX 6.2.
-Cannot continue, aborting.
-EOM
- exit 1
-esac
-
OpenPOWER on IntegriCloud