diff options
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. |