Don't ignore grep when compiling on alpha-dec-osf.

This commit is contained in:
Stephen Peters 1997-07-21 17:38:57 +00:00
parent 47bfb6fce3
commit f5152f7315
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
* configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
* install-sh (chmodcmd): Set to null if the DST directory already

View file

@ -424,9 +424,9 @@ case "${target}" in
;;
alpha-dec-osf*)
# ld works, but does not support shared libraries. emacs doesn't
# work. newlib is not 64 bit ready. I'm not sure about fileutils or grep.
# work. newlib is not 64 bit ready. I'm not sure about fileutils.
# gas doesn't generate exception information.
noconfigdirs="$noconfigdirs gas ld emacs fileutils grep target-newlib target-libgloss"
noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
;;
alpha*-*-*vms*)
noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"