From: Nathanael Nerode <neroden@doctormoo.dyndns.org>
To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com,
binutils@sources.redhat.com, dj@redhat.com
Subject: [patch] remove references to 'grez'
Date: Mon, 08 Jul 2002 13:40:00 -0000 [thread overview]
Message-ID: <20020708203720.GA13087@doctormoo.dyndns.org> (raw)
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 <neroden@gcc.gnu.org>
* 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}"
;;
next reply other threads:[~2002-07-08 20:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-08 13:40 Nathanael Nerode [this message]
2002-07-08 14:48 ` Stan Shebs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020708203720.GA13087@doctormoo.dyndns.org \
--to=neroden@doctormoo.dyndns.org \
--cc=binutils@sources.redhat.com \
--cc=dj@redhat.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox