X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Firix_4.sh;h=5c5bdb2f0d0e7c67353ae32af74a6e614c5d8955;hb=2e34cc90b22e8d09149d579a4d5db71a1836c9ca;hp=9dc1fee44eab6ec4eabd5c0d0e80ee276bd7f736;hpb=1aef975c78d2e948679875705c79cbbbddfe5ad7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/irix_4.sh b/hints/irix_4.sh index 9dc1fee..5c5bdb2 100644 --- a/hints/irix_4.sh +++ b/hints/irix_4.sh @@ -1,18 +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' +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 <