Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Qt-core-4.5.1 jamboree not optimised for i686
Date: Wed, 03 Jun 2009 11:35:06
Message-Id: 358eca8f0906030435s69a58d78v300464d8089f57d9@mail.gmail.com
1 Major build this morning of qt with a lot of blockers. Having
2 unmerged a lot of packages to remove the blockers I am now emerging
3 qt-core. I noticed this on my screen:
4
5 Determining system architecture... (Linux:2.6.29-gentoo-r5:i686)
6 32-bit Intel 80x86 (i386)
7 'i386' is supported
8 System architecture: 'i386'
9 Symbol visibility control enabled.
10 Symbolic function binding enabled.
11
12 This is the Qt/X11 Open Source Edition.
13
14 Since I have these in make.conf I would think that a package like qt
15 would compile optimised code for my architecture, not just i386?
16
17 ARCH="x86"
18 CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx -pipe"
19 MAKEOPTS="-j2"
20 ACCEPT_KEYWORDS="x86"
21 CHOST="i686-pc-linux-gnu"
22 CXXFLAGS="${CFLAGS}"
23
24 Just curious.
25 --
26 Regards,
27 Mick

Replies

Subject Author
Re: [gentoo-user] Qt-core-4.5.1 jamboree not optimised for i686 Alan McKinnon <alan.mckinnon@×××××.com>