summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-07-08 22:18:40 +0000
committerDJ Delorie <dj@delorie.com>2002-07-08 22:18:40 +0000
commit23a9eaac9049bb52c6e90ca3a71ee526a08dcafc (patch)
tree28a54d923281a3ccde984a646c2198b01747b09f
parent55f432330f921c5ebc05615843fdfec5c1e0167e (diff)
downloadgdb-23a9eaac9049bb52c6e90ca3a71ee526a08dcafc.tar.gz
* configure.in: Don't build grez.
* Makefile.in: Ditto.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
-rw-r--r--configure.in6
3 files changed, 3 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index f50f1668c57..8f0e6c8bb2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
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.
diff --git a/Makefile.in b/Makefile.in
index d90c1a660cd..c3caa1d0cd0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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
diff --git a/configure.in b/configure.in
index 8de7b906b03..0eb378257de 100644
--- a/configure.in
+++ b/configure.in
@@ -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}"
;;