Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 330025 - dev-lang/icc - somehow need to choose between 32bit only, 64bit only or 32&64bit compilers
Summary: dev-lang/icc - somehow need to choose between 32bit only, 64bit only or 32&64...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on: 288136
Blocks: intel-compilers
  Show dependency tree
 
Reported: 2010-07-27 04:46 UTC by Robert Coffree
Modified: 2018-04-03 19:52 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 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