This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
cursory analysis of the x-host fragments
- To: gcc at gcc dot gnu dot org
- Subject: cursory analysis of the x-host fragments
- From: "Zack Weinberg" <zackw at stanford dot edu>
- Date: Wed, 14 Mar 2001 00:59:27 -0800
These have a horrific amount of baggage in them. The most common
thing to find is an override of CC, unusual compiler switches, or
unusual extra libraries to link to. A lot of it appears to be relicts
from when we tried to optimize the stage1 compiler.
It's also common to see things that belong in target configuration,
such as shutting off fixproto. Should we be shutting off fixproto at
all? We have agreed to run fixincludes on everything, it seems to be
the same sort of thing.
I'm frankly getting sick of the Aegean stables. Does anyone want to
pick up the ball?
zw