diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-05-25 10:31:21 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-05-25 10:31:21 +0000 |
commit | ae77835f9b08444f73b593d4cdc0758132dbbf00 (patch) | |
tree | 5f626cfecad7636b4da1329b5602c41f2cf53d23 /hints/irix_4.sh | |
parent | c750a3ec3b866067ab46dbcc9083205d823047c3 (diff) | |
parent | ec4e49dc1523dcdb6bec56a66be410eab95cfa61 (diff) | |
download | perl-ae77835f9b08444f73b593d4cdc0758132dbbf00.tar.gz |
First stab at 5.003 -> 5.004 integration.
p4raw-id: //depot/perl@18
Diffstat (limited to 'hints/irix_4.sh')
-rw-r--r-- | hints/irix_4.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/irix_4.sh b/hints/irix_4.sh index f934ac7725..f5883f38cb 100644 --- a/hints/irix_4.sh +++ b/hints/irix_4.sh @@ -7,7 +7,7 @@ d_voidsig=define d_charsprf=undef case "$cc" in -*gcc) ccflags="$ccflags -D_BSD_TYPES" ;; +*gcc*) ccflags="$ccflags -D_BSD_TYPES" ;; *) ccflags="$ccflags -ansiposix -signed" ;; esac @@ -17,7 +17,7 @@ esac # 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' +cat <<'EOM' >&4 If you have problems, you might have try including -DSTANDARD_C -cckr in ccflags. |