This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.000 patch.0j: fix minor portability and build problems remaining even after...
[perl5.git] / hints / irix_4.sh
CommitLineData
a0d0e21e
LW
1optimize='-O1'
2usemymalloc='y'
3d_voidsig=define
4usevfork=false
5d_charsprf=undef
6ccflags="-ansiposix -signed"
1aef975c
AD
7#
8# This hint due thanks Hershel Walters <walters@smd4d.wes.army.mil>
9# Date: Tue, 31 Jan 1995 16:32:53 -0600 (CST)
10# Subject: IRIX4.0.4(.5? 5.0?) problems
11# I don't know if they affect versions of perl other than 5.000 or
12# versions of IRIX other than 4.0.4.
13#
14cat <<'EOM'
15If you have problems, you might have try including
16 -DSTANDARD_C -cckr
17in ccflags.
18EOM