Fixed dec-osf compiler switches. From Tom.

This commit is contained in:
Werner Lemberg 2000-08-01 18:44:18 +00:00
parent 3a89c2a4ac
commit 07373c8de9
1 changed files with 2 additions and 1 deletions

View File

@ -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=
;;
*)