Gentoo Archives: gentoo-user

From: Tapio Raevaara <tapio.raevaara@×××.fi>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Please help with segfaulting python
Date: Fri, 05 Oct 2007 09:10:34
Message-Id: 200710051148.31475.tapio.raevaara@iki.fi
In Reply to: Re: [gentoo-user] Please help with segfaulting python by Neil Bothwick
1 On Friday 05 October 2007, Neil Bothwick wrote:
2 > Hello mathieu,
3 >
4 > > I'm using /usr/portage/profiles/selinux/2007.0/x86 on a VIA
5 > > Nehemiah box.
6 > >
7 > > Make.conf :
8 > >
9 > > CFLAGS="-Os -march=i686 -pipe -mmmx -msse"
10 >
11 > The Nehemiah is not a 686, although it is more than a 586. Calling
12 > certain i686 functions cayuses crashes. Use -march-c3.
13
14 Isn't Nehemiah actually a C3-2? AFAIK, C3 has 3dNow! support, while C3-2 has
15 SSE support instead. I believe -march=c3-2 would be a better choice.
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Please help with segfaulting python Neil Bothwick <neil@××××××××××.uk>