This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Getting rid of -g
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: Getting rid of -g
- From: Roman Lechtchinsky <rl at cs dot tu-berlin dot de>
- Date: Wed, 12 Sep 2001 19:19:51 +0200 (MET DST)
- cc: Manfred Hollstein <manfred dot h at gmx dot net>, Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>, gcc at gcc dot gnu dot org, schwab at suse dot de
On Wed, 12 Sep 2001, Richard Henderson wrote:
> > Doesn't tmake_file refer to bits specific to the target machine (as
> > opposed to the build machine)?
>
> Yes. Manfred actually meant xmake_file.
Doesn't this refer to the host specifica, i.e. is this correct for a
Canadian cross? In fact, I might want to pass different flags depending on
whether stage1 is compiled with Cray cc or gcc so I think I'll just
implement Franz's suggestion to make -g part of stage1_cflags in
configure.in. Would that be ok?
Bye
Roman