From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1498 invoked by alias); 8 Jul 2002 20:39:11 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 1462 invoked from network); 8 Jul 2002 20:39:09 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 8 Jul 2002 20:39:09 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17RfG5-0003PM-00; Mon, 08 Jul 2002 16:37:21 -0400 Date: Mon, 08 Jul 2002 13:41:00 -0000 To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: [patch] remove references to 'grez' Message-ID: <20020708203720.GA13087@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: Nathanael Nerode X-SW-Source: 2002-07/txt/msg00172.txt.bz2 I can't seem to find hide nor hair of 'grez' anywhere on the Internet (!), so I'm guessing it's dead and gone. Here's a patch to get rid of the remaining references. Macs abandoned the scheme of putting object code in resources around the time PowerMacs came out, so I'm not surprised. Note that the *-macos /*-mpw case gets folded into the *-*-* case. 2002-07-08 Nathanael Nerode * configure.in: Don't build grez. * Makefile.in: Ditto. Index: Makefile.in =================================================================== RCS file: /cvs/gcc/gcc/Makefile.in,v retrieving revision 1.109 diff -u -r1.109 Makefile.in --- Makefile.in 8 Jul 2002 20:06:51 -0000 1.109 +++ Makefile.in 8 Jul 2002 20:29:29 -0000 @@ -549,7 +549,6 @@ all-gnuserv \ all-gprof \ all-grep \ - all-grez \ all-gzip \ all-hello \ all-indent \ @@ -691,7 +690,6 @@ install-gnuserv \ install-gprof \ install-grep \ - install-grez \ install-gzip \ install-hello \ install-indent \ @@ -853,7 +851,6 @@ clean-gnuserv \ clean-gprof \ clean-grep \ - clean-grez \ clean-gzip \ clean-hello \ clean-indent \ @@ -1687,7 +1684,6 @@ 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: configure.in =================================================================== RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.170 diff -u -r1.170 configure.in --- configure.in 8 Jul 2002 20:06:51 -0000 1.170 +++ configure.in 8 Jul 2002 20:29:31 -0000 @@ -641,12 +641,6 @@ *-*-lynxos*) noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" ;; - *-*-macos* | \ - *-*-mpw*) - # Macs want a resource compiler. - configdirs="$configdirs grez" - noconfigdirs="$noconfigdirs ${libgcj}" - ;; *-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;;