diff options
Diffstat (limited to 'hints/irix_4.sh')
-rw-r--r-- | hints/irix_4.sh | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/hints/irix_4.sh b/hints/irix_4.sh index 9dc1fee44e..f934ac7725 100644 --- a/hints/irix_4.sh +++ b/hints/irix_4.sh @@ -1,10 +1,16 @@ +#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 <walters@smd4d.wes.army.mil> # Date: Tue, 31 Jan 1995 16:32:53 -0600 (CST) # Subject: IRIX4.0.4(.5? 5.0?) problems |