* configure.in: Don't build grez.
authorDJ Delorie <dj@redhat.com>
Mon, 8 Jul 2002 22:18:40 +0000 (22:18 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 8 Jul 2002 22:18:40 +0000 (22:18 +0000)
* Makefile.in: Ditto.

ChangeLog
Makefile.in
configure.in

index f50f1668c57f196c843415f31d04f6adc51e4435..8f0e6c8bb2a8fd8f37c35cdf298b5c08a9196264 100644 (file)
--- 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.
 
index d90c1a660cd0a8f476264651a4812a0126b90bb9..c3caa1d0cd04e9409404cc2ab5f12e62b80f368b 100644 (file)
@@ -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
index 8de7b906b03e034f79c044b68a345b0deb98ba4b..0eb378257de1327a293fe175132434d1cae951f0 100644 (file)
@@ -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}"
     ;;
This page took 0.032475 seconds and 4 git commands to generate.