summaryrefslogtreecommitdiff
path: root/hints/apollo.sh
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-24 10:06:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-24 10:06:44 +0000
commit7269eced391d7d050e8299479c939b1825039d1d (patch)
treece28156d933faf79b3cdb2af52eb9f672a37041e /hints/apollo.sh
parentc2da85bab803bec3ca5fa4521a7396803c18a76d (diff)
downloadperl-7269eced391d7d050e8299479c939b1825039d1d.tar.gz
integrate changes#3116,3119 from maint-5.005
p4raw-link: @3119 on //depot/maint-5.005/perl: 974d03758f8de9dcecbeb0f13de2339c50bd8536 p4raw-link: @3116 on //depot/maint-5.005/perl: 55ab10abf587fd49163e904350cf752fec2ecb09 p4raw-id: //depot/perl@3149 p4raw-branched: from //depot/maint-5.005/perl@3148 'branch in' apollo/netinet/in.h p4raw-integrated: from //depot/maint-5.005/perl@3148 'merge in' t/lib/io_udp.t (@1649..) MANIFEST (@3086..)
Diffstat (limited to 'hints/apollo.sh')
-rw-r--r--hints/apollo.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/hints/apollo.sh b/hints/apollo.sh
index 8c361aa051..05f433dfc1 100644
--- a/hints/apollo.sh
+++ b/hints/apollo.sh
@@ -1,13 +1,17 @@
# Info from Johann Klasek <jk@auto.tuwien.ac.at>
# Merged by Andy Dougherty <doughera@lafcol.lafayette.edu>
-# Last revised Fri Jun 2 11:21:27 EDT 1995
+# Last revised Tue Mar 16 19:12:22 EET 1999 by
+# Jarkko Hietaniemi <jhi@iki.fi>
# uname -a looks like
# DomainOS newton 10.4.1 bsd4.3 425t
# We want to use both BSD includes and some of the features from the
# /sys5 includes.
-ccflags="$ccflags -A cpu,mathchip -I/usr/include -I/sys5/usr/include"
+ccflags="$ccflags -A cpu,mathchip -I`pwd`/apollo -I/usr/include -I/sys5/usr/include"
+
+# When Apollo runs a script with "#!", it sets argv[0] to the script name.
+toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'
# These adjustments are necessary (why?) to compile malloc.c.
freetype='void'