diff options
Diffstat (limited to 'dev-lang/icc/files/9.1.044/icc')
-rw-r--r-- | dev-lang/icc/files/9.1.044/icc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-lang/icc/files/9.1.044/icc b/dev-lang/icc/files/9.1.044/icc deleted file mode 100644 index c9cfd8d38086..000000000000 --- a/dev-lang/icc/files/9.1.044/icc +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh -# -# Gentoo-specific wrapper script for the Intel C/C++ compilers -# -# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> -# - -export INTEL_LICENSE_FILE="/opt/intel/compiler91/licenses" -export LD_LIBRARY_PATH="/opt/intel/compiler91/lib" -/opt/intel/compiler91/bin/iccbin $* |