Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8340] pentium4m arch support

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8340] pentium4m arch support
  • Date: Wed, 2 Mar 2005 21:31:51 -0800 (PST)

http://bugs.sourcemage.org/show_bug.cgi?id=8340


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|Untargetted future release |1.12.x




------- Additional Comments From acedit AT armory.com 2005-03-02 21:31 -------
okay, first question/concern, is the architecture pentium4m supported in gcc
3.3? I dont think it is (according to man gcc|grep pentium4m), so im guessing
its a new 3.4 feature. If thats true then you need another case in the if
use_gcc/else statement for gcc 3.3. Use the x86_64/x86_32 specs as a
reference.
The arch specs should (must?) be backwards compatible with older gcc versions,
especially with the advent of a gcc-3.3 spell. I should write a wiki on
archspec
submission.

Heres an excerpt from x86_32:

if use_gcc 3.3. ; then
CFLAGS="-march=athlon-xp -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m32"
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
CFLAGS="-march=k8 -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m32"
fi

Fix this archspec up and then you can submit.

--
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