Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8401] amd64 archspecs need updating

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 8401] amd64 archspecs need updating
  • Date: Sat, 12 Mar 2005 01:53:26 -0800 (PST)

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


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|amd64_64 archspecs need |amd64 archspecs need
|updating |updating




------- Additional Comments From acedit AT armory.com 2005-03-12 01:53 -------
note that the arch specs already have conditional code in them based on the
gcc
version (bug 7728).
from x86_64:
if use_gcc 3.3. ; then
CFLAGS="-march=athlon-xp -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m64"
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
CFLAGS="-march=k8 -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m64"
fi

So k8 is already used unless the system is running gcc 3.3 or a spell is
requesting gcc 2.95.x. It would be trivial to move HOST=xxx into the structure
above as well. I would have done that at the time but I didnt know there was a
different HOST type.

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