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

Bug 330025

Summary: dev-lang/icc - somehow need to choose between 32bit only, 64bit only or 32&64bit compilers
Product: Gentoo Linux Reporter: Robert Coffree <rcoffree>
Component: [OLD] DevelopmentAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: dschridde+gentoobugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 288136    
Bug Blocks: 444348    

Description Robert Coffree 2010-07-27 04:46:23 UTC
At present the ebuild for dev-lang/icc 11.0072 downloads the icc package that will produce code for the running arch. eg. on i32 it will download the 32bit version and so on.

When building the kernel for instance, on 64 bit linux, the bootstrap code needs the compiler to produce 32bits for the bootstrap.

Perhaps, like adobe-flash which has a 32bit and a 64bit flag, it would be possible to have one such feature also, which would download the appropriate version and set the environment variables for the installed compilers.

Reproducible: Always