On Mon, 16 Jan 2006, DJ Delorie wrote: > Two copies of gcc, both configured for the same target and built from > the same sources, should produce identical objects regardless of how > they are built or what they run on.
For the record, this unfortunately isn't so, at least wasn't weeks ago, comparing cross-compiler output from a "32-bit host" (i686-) and a "64-bit host" (x64_64-) for a 32-bit target (cris-), at least not when compiling 64-bit code (i.e. "long long" on this target). brgds, H-P