Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13596] QEMU problem with march=pentium4m

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 13596] QEMU problem with march=pentium4m
  • Date: 17 Mar 2007 12:53:32 -0000

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





------- Additional Comments From sobukus AT sourcemage.org 2007-03-17 06:53
-------
OK, I tested with athlon and that fails, too. So, there's one reduction to
pentium-mmx for all athlons and pentium2+ .
Where I found -msse to kill the build, -march=pentium -m3dnow didn't seem to
pose a problem, btw.
So one _could_ try to replace athlon my -march=pentium-mmx -m3dnow, but I
rather keep this simple and would like to see the build succeed with all
arches again instead... gotta ask Fabrice Bellard if he is really not aware
of
this.

This is the current stuff:
if [[ "$CFLAGS" =~ -march=pentium[^[:space:]]+ ]] ||
[[ "$CFLAGS" =~ -march=athlon[^[:space:]]* ]]; then
message "${MESSAGE_COLOR}Reducing your $BASH_REMATCH to
pentium-mmx${DEFAULT_COLOR}" &&
list_remove CFLAGS $BASH_REMATCH &&
CFLAGS="$CFLAGS -march=pentium-mmx"
fi &&

It's now in test grimoire, commit 5e5126f174b2bdde58dc01549f6cb35f0d7fc9cc .

People, please verify; then I'd recommend integration to stable, even.

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