X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Firix_4.sh;h=5c5bdb2f0d0e7c67353ae32af74a6e614c5d8955;hb=2e34cc90b22e8d09149d579a4d5db71a1836c9ca;hp=57a9031e5c0513a0df237d3012442575395b1c07;hpb=a0d0e21ea6ea90a22318550944fe6cb09ae10cda;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/irix_4.sh b/hints/irix_4.sh index 57a9031..5c5bdb2 100644 --- a/hints/irix_4.sh +++ b/hints/irix_4.sh @@ -1,6 +1,45 @@ +#irix_4.sh +# Last modified Fri May 5 14:06:37 EDT 1995 optimize='-O1' -usemymalloc='y' + +# Does Configure really get these wrong? Why? d_voidsig=define -usevfork=false d_charsprf=undef -ccflags="-ansiposix -signed" + +case "$cc" in +*gcc*) ccflags="$ccflags -D_BSD_TYPES" ;; +*) ccflags="$ccflags -ansiposix -signed" ;; +esac + +# This hint due thanks Hershel Walters +# Date: Tue, 31 Jan 1995 16:32:53 -0600 (CST) +# Subject: IRIX4.0.4(.5? 5.0?) problems +# 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' >&4 +If you have problems, you might have try including + -DSTANDARD_C -cckr +in ccflags. +EOM + +case "$usethreads" in +$define|true|[yY]*) + cat >&4 <&4 <