Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Stan Shebs <shebs@apple.com>
To: Nathanael Nerode <neroden@doctormoo.dyndns.org>
Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com,
	binutils@sources.redhat.com, dj@redhat.com
Subject: Re: [patch] remove references to 'grez'
Date: Mon, 08 Jul 2002 14:48:00 -0000	[thread overview]
Message-ID: <3D2A0477.FE6F00BC@apple.com> (raw)
In-Reply-To: <20020708203720.GA13087@doctormoo.dyndns.org>

Nathanael Nerode wrote:
> 
> 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.

This was actually part of a scheme to support full cross-compiling to
Macs, a la cygwin, with grez ("GNU Rez") planned to be the resource
compiler (needed for icons, menu text, etc - orthogonal to code
gen, which was always xcoff for PowerMacs).  Grez was mostly
working at one point within Cygnus, but with the advent of OS X
and its vastly different internals, the grez rationale evaporates.

So yes, this is OK to delete.

Stan

> 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}"
>      ;;


      reply	other threads:[~2002-07-08 21:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-08 13:40 Nathanael Nerode
2002-07-08 14:48 ` Stan Shebs [this message]

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=3D2A0477.FE6F00BC@apple.com \
    --to=shebs@apple.com \
    --cc=binutils@sources.redhat.com \
    --cc=dj@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=neroden@doctormoo.dyndns.org \
    /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