This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: How to pass CFLAGS to gcc when building gcc?
- To: DJ Delorie <dj at redhat dot com>
- Subject: Re: How to pass CFLAGS to gcc when building gcc?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Wed, 27 Jun 2001 17:25:39 -0700
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- References: <20010626185933.A28514@lucon.org> <200106271854.OAA16029@greed.delorie.com> <20010627165854.A16865@lucon.org> <200106280014.UAA18723@greed.delorie.com>
On Wed, Jun 27, 2001 at 08:14:29PM -0400, DJ Delorie wrote:
>
> Why this bit?
>
> > -# We have to use the cross-compiler we just built to compile it.
> > -CC = gcc -b $(host)
> > -
Did you mean why it was there to begin with or why I removed it?
H.J.