Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10641] gcc33 spell not usable for configure scripts

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 10641] gcc33 spell not usable for configure scripts
  • Date: 24 Mar 2006 22:46:32 -0000

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





------- Additional Comments From disk AT sourcemage.org 2006-03-24 16:46 -------
I think I got it, even if I don't know how to fix that. I took a look at the
config.log of failing spell and here is the error :

cc1: error: bad value (pentium-m) for -march= switch
cc1: error: bad value (pentium-m) for -mcpu= switch

So that should come from the archspecs, which is
/usr/share/archspecs/32/ia32/intel/x86/pentium3m for my Pentium-M :

CPUNAME="Intel Pentium Mobile"
if use_gcc2; then
CFLAGS="-march=i686"
elif use_gcc 3.3; then
CFLAGS="-march=pentium3 -mmmx -mfpmath=sse -msse2"
else
CFLAGS="-march=pentium-m -mmmx -mfpmath=sse -msse2"
fi
HOST="i686-pc-linux-gnu"
FAST="-O3"
SMALL="-Os"

So the fix should apply but it doesn't, do you have any idea ? I don't know
where the archspec is sourced...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page