Attaced is an ebuild plus supporting files for the new version 9.1.042 of the Intel C Compiler. The 9.1 adds support for Core 2 Duo processors amongst other things. Supporting files have to be placed in dev-lang/icc/files/9.1 within the portage hierarchy.
Created attachment 94595 [details] icc-9.1.042.ebuild
Created attachment 94596 [details] 05icc
Created attachment 94597 [details] icc
Created attachment 94598 [details] icpc
Comment on attachment 94598 [details] icpc #! /bin/sh # # Gentoo-specific wrapper script for Intel C/C++ compiler suite # # Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> # export INTEL_LICENSE_FILE="/opt/intel/cc9.1/licenses" export LD_LIBRARY_PATH="/opt/intel/cc9.1/lib" /opt/intel/cc9.1/bin/icpcbin $*
Created attachment 94736 [details] corrected icpc
Merged into portage by dberkholz. Fixed.