This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Relocated compiler should not look in $prefix.
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Carlos O'Donell <carlos at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, Ian Lance Taylor <iant at google dot com>, Mark Mitchell <mark at codesourcery dot com>, Gabriel Dos Reis <gdr at integrable-solutions dot net>, Eric Weddington <eweddington at cso dot atmel dot com>, Danny Smith <dannysmith at clear dot net dot nz>
- Date: Mon, 11 Dec 2006 23:53:18 -0800
- Subject: Re: [PATCH] Relocated compiler should not look in $prefix.
- References: <20061013165108.GG6357@lios>
On Fri, 2006-10-13 at 12:51 -0400, Carlos O'Donell wrote:
> A relocated compiler should not look in $prefix.
> Comments?
> OK for Stage1?
I do have another issue with these set of patches which I did not notice
until today.
I can no longer do inside a just built GCC do:
./cc1 t.c
or
./xgcc -B. t.c
If I used the same prefix of an already installed GCC.
This makes debugging driver issues without installing the driver again.
Thanks,
Andrew Pinski