This is the mail archive of the gcc-patches@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: RFA: Fix other/44566


Joseph S. Myers wrote:

> The model I has was that all the targets supported by the compiler are 
> essentially equal.  It would be possible to run the compiler - or other 
> components such as the assembler - with a --target= option to select a 
> particular target, and the results would be identical to those of a 
> single-target compiler for that target.

That seems to me to be a far desirable model.  It's not like building
two compilers is that hard; if we can't achieve a single compiler that
can really target two targets equally well, then why not just build two
compilers?

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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