Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10198] Some CFLAGS suggestions

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10198] Some CFLAGS suggestions
  • Date: 5 Dec 2006 23:36:59 -0000

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.




Archive powered by MHonArc 2.6.24.

Top of Page