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

Bug 181676

Summary: toolchain.eclass is missing code to setup GCCBITS for gcc profiles
Product: Gentoo Linux Reporter: piavlo <piavka>
Component: EclassesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: major CC: piavka
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description piavlo 2007-06-11 17:27:41 UTC
Hi, I've noticed that the gcc profiles under /etc/env.d/gcc are created without
GCCBITS=...

 As a result , in my case the /usr/bin/gcc32 and /usr/bin/gcc64 links to 
/usr/lib64/misc/gcc-config are not created

after some investigation on the system i found toolchain.eclass is missing the following code:
local mbits
       CC=$(XGCC) has_m32 && mbits="${mbits:+${mbits} }32"
       CC=$(XGCC) has_m64 && mbits="${mbits:+${mbits} }64"
       echo "GCCBITS=\"${mbits}\"" >> ${gcc_envd_file}

was it removal intentional and if so what are the reasons to remove something
that users depend on?

 Thanks
 Alex
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-11 17:30:20 UTC

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