Commit f3970bba by Nathanael Nerode

configure.in: Don't build grez.

	* configure.in: Don't build grez.
	* Makefile.in: Ditto.

From-SVN: r55334
parent dde7b83c
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.
* configure.in: Ditto.
......
......@@ -549,7 +549,6 @@ ALL_MODULES = \
all-gnuserv \
all-gprof \
all-grep \
all-grez \
all-gzip \
all-hello \
all-indent \
......@@ -691,7 +690,6 @@ INSTALL_MODULES = \
install-gnuserv \
install-gprof \
install-grep \
install-grez \
install-gzip \
install-hello \
install-indent \
......@@ -853,7 +851,6 @@ CLEAN_MODULES = \
clean-gnuserv \
clean-gprof \
clean-grep \
clean-grez \
clean-gzip \
clean-hello \
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-gprof: all-libiberty all-bfd all-opcodes all-intl
all-grep: all-libiberty
all-grez: all-libiberty all-bfd all-opcodes
all-gui: all-gdb all-libproc
all-guile:
all-gzip: all-libiberty
......
......@@ -641,12 +641,6 @@ case "${target}" in
*-*-lynxos*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
*-*-macos* | \
*-*-mpw*)
# Macs want a resource compiler.
configdirs="$configdirs grez"
noconfigdirs="$noconfigdirs ${libgcj}"
;;
*-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment