Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49474 - xorg-x11 won't compile with gcc3.4 and -fomit-frame-pointer and march=k6-2
Summary: xorg-x11 won't compile with gcc3.4 and -fomit-frame-pointer and march=k6-2
Status: RESOLVED DUPLICATE of bug 49310
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 48528
  Show dependency tree
 
Reported: 2004-04-30 01:30 UTC by Prakash Punnoor
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 Prakash Punnoor 2004-04-30 01:30:08 UTC
subject says it all.

CFLAGS="-march=k6-2 -mtune=k6-2 -O2 -pipe -ftracer -frename-registers -mmmx -m3dnow -s"

works. IIRC for march=athlon-xp xorg-x11 works with above CFLAGS and -fomit-frame-pointer, so compiler issue?

For the time being please filter -fomit-frame-pointer with gcc-3.4 and -march=k6-2
Comment 1 Andrew Bevitt 2004-04-30 09:00:07 UTC
This sounds very familiar, can you try with -march=i586 as opposed to k6{-2} 

If I remember correctly the problems are usually specific to the k6/k6-2 flag irrespective of the other flags
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-05-02 10:21:43 UTC
This looks like a possible duplicate of bug #49310.
Comment 3 Prakash Punnoor 2004-05-02 10:27:33 UTC
Hmm, yes the error message looks like the same, but I haven't saved it.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2004-05-31 21:38:24 UTC
We'll assume it is without further information. If you discover that's not the case, please reopen.

*** This bug has been marked as a duplicate of 49310 ***