This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposal: Require that GAS be built before GCC in a unified tree


On Friday 28 February 2003 11:09 pm, Nathanael Nerode wrote:
> The point of this proposal is that GCC's configure.in has a ludicrous
> number of tests for assembler features which split into two: one if
> there's an actual assembler to test, one if it hasn't been built yet
> (which does hairy version-number examination).
>
> If we required that GAS build before GCC in a unified tree, we could
> eliminate that half of the code, and just use the standard tests on the
> newly built gas.  It would be a great savings in clarity.
>
> What do people think?
>
SUPER!
That gets the new gcc being built Gas'd with the new GAS, saving
a "build it twice" scheme:
(new gcc/objects by old binutils 
(new gcc/objcts by new binutils

{Better yet, build binutils with the stage1 xgcc into x...binutils.  
Then discard the x...binutils if the stage1 xgcc is later found
to be bad.  But that sounds hairy to me.}
Mike


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]