Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 49474

Summary: xorg-x11 won't compile with gcc3.4 and -fomit-frame-pointer and march=k6-2
Product: Gentoo Linux Reporter: Prakash Punnoor <prakashp>
Component: New packagesAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED DUPLICATE    
Severity: normal CC: x11
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 48528    

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