J
JohnF
Stephen Sprunk said:Shouldn't that be "-m32"?
http://gcc.gnu.org/onlinedocs/gcc-4.7.3/gcc/
i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options
Actually, I tried both, and neither was recognized by that
particular gcc. But what I particularly wanted was to compare
the behavior of 32-bit vs 64-bit float, regardless of other
architecture differences, and my reading was that -m32-bit
was the more relevant switch. But you're right that if both
worked, I'd have tried compiling all four possible ways,
seen what differences/samenesses in the output occurred,
and proceeded from there.
Just Google "man gcc"; that's available nearly everywhere. S
Sure, I looked on my own box, and elsewheres, too.
But that only showed both -m32's should have been recognized.
I'd hoped the man page on the box where they didn't work
would reveal why not.