diff options
Diffstat (limited to 'hints/ultrix_4.sh')
-rw-r--r-- | hints/ultrix_4.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index e7360821ff..f32f06dba3 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -38,10 +38,6 @@ case "$cc" in *4.2*) ccflags="$ccflags -DLANGUAGE_C -Olimit 3800" # Prototypes sometimes cause compilation errors in 4.2. prototype=undef - case "$myuname" in - *risc*) d_volatile=undef ;; - esac - ;; *4.3*) ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 3800" ;; *) ccflags="$ccflags -std -Olimit 3800" ;; esac |