Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, All crafty version have the icc use flag. We are trying to remove it unless it can not compile or link without it. See bug #97929. Of what I can see in the ebuilds, simply replacing instances of "use icc" by [[ $(tc-getCC) = icc ]] or [[ $(tc-getCXX) = icpc ]] from the toolchain-funcs eclass should do it. Thanks.
OK, FIXED in CVS... thanks