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: Mechanism to configure default scheduling model on PA


 In message <200205311944.g4VJisQr006933@hiauly1.hia.nrc.ca>, "John David 
Anglin
" writes:
 > The compiler itself needs to be built with an architecture that's consistent
 > with the host machine, not the build machine.  I would argue that the
 > default output of the compiler should be determined by the architecture
 > of the target machine.
For 99.9% of PA builds host == target == build, that is the case I'm 
most interested in.

 > In cases where build, host and target differ, then we have a cross
 > compiler scenario and the generated code may not run on the host or
 > build machine.
Yup, but in that case you have to explicitly mention the target anyway and
thus you'd get code for whatever target you explicitly asked for.

jeff



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