[SM-Grimoire-Bugs] [Bug 10198] Some CFLAGS suggestions
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Tue Dec 5 18:36:59 EST 2006
http://bugs.sourcemage.org/show_bug.cgi?id=10198
------- Additional Comments From sobukus at sourcemage.org 2006-12-05 17:36 -------
Eh... not really... now on a smgl x86_64 box:
$ cat > test.c
int main()
{
return 0;
}
$ gcc -m32 -c test.c
$ gcc -m64 -c test.c
$ gcc -m64 -m32 -c test.c
$ gcc -m32 -m64 -c test.c
/tmp/511/ccW0gBwh.s: Assembler messages:
/tmp/511/ccW0gBwh.s:7: Error: bad register name `%rbp'
/tmp/511/ccW0gBwh.s:9: Error: bad register name `%rsp'
Seth, it doesn't look that simple to me. But I am humble at this strange half
64 bit, half 32 bit stuff... I prefer an arch that decides if it is 64 bit or
32 bit... not both.
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the SM-Grimoire-Bugs
mailing list