* configure.in: Don't build grez.

* Makefile.in: Ditto.
This commit is contained in:
DJ Delorie 2002-07-08 22:18:40 +00:00
parent 9b94f7bfd5
commit 5b53c3368b
3 changed files with 3 additions and 10 deletions

View File

@ -1,5 +1,8 @@
2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org> 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Don't build grez.
* Makefile.in: Ditto.
* Makefile.in: Remove references to bsp, cygmon, libstub. * Makefile.in: Remove references to bsp, cygmon, libstub.
* configure.in: Ditto. * configure.in: Ditto.

View File

@ -549,7 +549,6 @@ ALL_MODULES = \
all-gnuserv \ all-gnuserv \
all-gprof \ all-gprof \
all-grep \ all-grep \
all-grez \
all-gzip \ all-gzip \
all-hello \ all-hello \
all-indent \ all-indent \
@ -691,7 +690,6 @@ INSTALL_MODULES = \
install-gnuserv \ install-gnuserv \
install-gprof \ install-gprof \
install-grep \ install-grep \
install-grez \
install-gzip \ install-gzip \
install-hello \ install-hello \
install-indent \ install-indent \
@ -853,7 +851,6 @@ CLEAN_MODULES = \
clean-gnuserv \ clean-gnuserv \
clean-gprof \ clean-gprof \
clean-grep \ clean-grep \
clean-grez \
clean-gzip \ clean-gzip \
clean-hello \ clean-hello \
clean-indent \ clean-indent \
@ -1687,7 +1684,6 @@ configure-target-gperf: $(ALL_GCC_CXX)
all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++-v3 all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++-v3
all-gprof: all-libiberty all-bfd all-opcodes all-intl all-gprof: all-libiberty all-bfd all-opcodes all-intl
all-grep: all-libiberty all-grep: all-libiberty
all-grez: all-libiberty all-bfd all-opcodes
all-gui: all-gdb all-libproc all-gui: all-gdb all-libproc
all-guile: all-guile:
all-gzip: all-libiberty all-gzip: all-libiberty

View File

@ -641,12 +641,6 @@ case "${target}" in
*-*-lynxos*) *-*-lynxos*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;; ;;
*-*-macos* | \
*-*-mpw*)
# Macs want a resource compiler.
configdirs="$configdirs grez"
noconfigdirs="$noconfigdirs ${libgcj}"
;;
*-*-*) *-*-*)
noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs ${libgcj}"
;; ;;