summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafcol.lafayette.edu>1995-04-18 01:06:04 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1995-04-18 01:06:04 +0000
commitf0b7e567eb499713477c3eec4806ba74015e12df (patch)
tree5e477773bbd88ff38d2f0978ce5f3deeb7ee4119 /hints/irix_6.sh
parent5d94fbed3754780f11eb4db2d2379544cacb60e1 (diff)
downloadperl-f0b7e567eb499713477c3eec4806ba74015e12df.tar.gz
perl5.001 patch.1e
Here's what's included: Configure Change a few more spots so that ' ' is equivalent to "none". This allows hint files to set empty values for variables. Split cpp-symbol awk command for old awk (Harris Night Hawk). hints/irix_5.sh hints/irix_6.sh Explicitly use 'ld' rather than 'cc' to build dynamic modules. hints/linux.sh Allow users to specify an alternate compiler on the command line, e.g. Configure -Dcc=gcc-elf. lib/ExtUtils/MakeMaker.pm Fix CC substitution to allow c++ and variants as well. perl.c fputs("Unofficial patchlevel 1e.\n",stdout); pod/Makefile Include $(TEX) target for running pod2latex. Include some fixes from Bill Middleton.
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 5752c25e1c..0c4b0fc7b5 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -7,6 +7,7 @@
# Perl built with this hints file under IRIX 6.0.1 passes
# all tests (`make test').
+ld=ld
i_time='define'
cc="cc -32"
ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 3000"