[cfe-dev] Differences between linux and macosx
Filipe Cabecinhas
filcab at gmail.com
Mon Jun 16 13:31:40 PDT 2008
On 16 Jun, 2008, at 20:27, Chris Lattner wrote:
> size_t is 32-bits on a 32-bit platform.
So, I suppose only code compiled with 64-bits (through -m64 which
seems default on linux but not on macosx) would have that error.
And ccc will just ignore -m64 when I pass it because it doesn't error
(on macosx) nor does it produce 64-bit code.
Is there a way to make it produce 64-bit code?
- Filipe Cabecinhas
More information about the cfe-dev
mailing list