Fixed dec-osf compiler switches. From Tom.

VER-2-0-4-PATCH
Werner Lemberg 25 years ago
parent 53c4de62d0
commit 5845e519ab
  1. 3
      builds/unix/configure.in

@ -25,7 +25,8 @@ if test "x$CC" = xgcc; then
else
case "$host" in
*-dec-osf*)
XX_CFLAGS="-std1 -O2 -g3"
CFLAGS=
XX_CFLAGS="-std1 -g3"
XX_ANSIFLAGS=
;;
*)

Loading…
Cancel
Save