On 11:17 Mon 05 Nov , Marcus D. Hanwell wrote: > On Friday 02 November 2007 02:59:36 Donnie Berkholz wrote: > > Could you drop the icc USE flag? All you need to do is make sure this > > package respects CC, CFLAGS and LDFLAGS, and users can take care of the > > rest in make.conf. > > > I never put it in and just left it alone as I don't use ICC. I have dropped > it > in the testing version but would rather leave the stable version alone. So if > nobody objects it will go from the tree once I stabilise this version. > > Is this policy that we are getting rid of icc stuff now? I think kugelfang > added it but didn't check to be honest. Just so I know when doing future > bumps.
icc should be treated as a compiler, not as a USE flag. So if all you need to do is set up CC, CFLAGS, CXX and the like, just make sure the package respects the environment. If there's something else you need to do, such as set up a special config file for icc, you can do it based on tc-getCC() or tc-getCXX() rather than USE=icc. Thanks, Donnie -- [EMAIL PROTECTED] mailing list