C_PARSER_FLAGS=CFLAGS on non-cygnus platforms

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@146 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2001-09-03 17:30:53 +00:00
parent 8404e8eaff
commit d071cebad4

View File

@ -135,29 +135,16 @@ else
then then
if test "$debugyap" = "yes" if test "$debugyap" = "yes"
then then
CFLAGS="-Ae -g" CFLAGS="-Ae -g -O"
C_INTERF_FLAGS="-Ae -g"
else else
CFLAGS="-Ae -O3" CFLAGS="-Ae +O3 +Onolimit"
C_INTERF_FLAGS="-Ae"
fi
fi
;;
hppa*)
if test "$CC" = "cc" -o $CC = c89
then
if test "$debugyap" = "yes"
then
CFLAGS="-g"
C_INTERF_FLAGS="-g"
else
CFLAGS="-Ae +O4"
fi fi
fi fi
;; ;;
esac esac
fi fi
C_INTERF_FLAGS="$CFLAGS" C_INTERF_FLAGS="$CFLAGS"
C_PARSER_FLAGS="$CFLAGS"
fi fi
dnl Checks for programs. dnl Checks for programs.