This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Windows-native GCJ 3.2 (Alternate Approach)


Adam Megacz wrote:
I believe this is called a "Canadian cross compiler".

Why Canadian?  I have no idea.  Must have something to do with all the
snow.
From the CrossGCC FAQ at http://www.objsw.com/CrossGCC/FAQ-4.html#ss4.9
-------------------------- 8< ----------------------------
One cool thing about the GNU tools is that they support building
a cross compiler for one host on another host (i.e. building
a cross-compiler with a cross-compiler). This is called a
`Canadian Cross' because at the time a name was needed, Canada
had three national parties.
-------------------------- 8< ----------------------------

:-)

The reason I was confused is that if you define "cross compiler"
as "a compiler that runs on one machine and produces code for
another", the Stage 2 compiler in my mail is definitely a
native compiler and not a cross compiler - however, in a way
it is also a Canadian Cross Compiler going by the definition
given above... :-o

Ranjit.




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