Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48933 - xorg-x11 ebuild replacing -march flag with gcc-3.4.0 (Fixed)
Summary: xorg-x11 ebuild replacing -march flag with gcc-3.4.0 (Fixed)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 48528
  Show dependency tree
 
Reported: 2004-04-25 05:21 UTC by Imad R. Faiad
Modified: 2004-04-25 15:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Imad R. Faiad 2004-04-25 05:21:49 UTC
the ebuild is replacing, in my case -march=pentium4 with -march=pentium3
when building with gcc-3.4.0
changing the following, in the ebuild:

if [ "`gcc-version`" != "3.3" ]

to:

if [ "`gcc-version`" != "3.3" -a "$(gcc-version)" != "3.4" ]

fixed the problem

hth
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-25 15:46:44 UTC
Fixed