Fixed dec-osf compiler switches. From Tom.

This commit is contained in:
Werner Lemberg 2000-08-01 18:44:18 +00:00
parent 53c4de62d0
commit 5845e519ab
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=
;;
*)