Don't ignore grep when compiling on alpha-dec-osf.
This commit is contained in:
parent
47bfb6fce3
commit
f5152f7315
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user