diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2005-07-04 19:58:22 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2005-07-04 19:58:22 +0000 |
commit | 232ea6580a87456d018543b5da9742136761466d (patch) | |
tree | 53d47ff1741087403d2a034c959824a7d1f951ad /dev-lang/icc/files | |
parent | x86; version bump (diff) | |
download | historical-232ea6580a87456d018543b5da9742136761466d.tar.gz historical-232ea6580a87456d018543b5da9742136761466d.tar.bz2 historical-232ea6580a87456d018543b5da9742136761466d.zip |
New upstream release. Fixes #96741.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lang/icc/files')
-rw-r--r-- | dev-lang/icc/files/9.0.023/05icc-ifc | 6 | ||||
-rw-r--r-- | dev-lang/icc/files/9.0.023/icc | 10 | ||||
-rw-r--r-- | dev-lang/icc/files/9.0.023/iccifc.conf | 29 | ||||
-rw-r--r-- | dev-lang/icc/files/9.0.023/icpc | 10 | ||||
-rw-r--r-- | dev-lang/icc/files/digest-icc-9.0.023 | 1 |
5 files changed, 56 insertions, 0 deletions
diff --git a/dev-lang/icc/files/9.0.023/05icc-ifc b/dev-lang/icc/files/9.0.023/05icc-ifc new file mode 100644 index 000000000000..236ca7ef56e0 --- /dev/null +++ b/dev-lang/icc/files/9.0.023/05icc-ifc @@ -0,0 +1,6 @@ +IA32ROOT=/opt/intel/compiler90 +INTEL_FLEXLM_LICENSE=/opt/intel/compiler90/licenses +LDPATH=/opt/intel/compiler90/lib +MANPATH=/opt/intel/compiler90/man +PATH=/opt/intel/compiler90/bin +ROOTPATH=/opt/intel/compiler90/bin diff --git a/dev-lang/icc/files/9.0.023/icc b/dev-lang/icc/files/9.0.023/icc new file mode 100644 index 000000000000..e9ba0b9c107c --- /dev/null +++ b/dev-lang/icc/files/9.0.023/icc @@ -0,0 +1,10 @@ +#! /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/compiler90/licenses" +export LD_LIBRARY_PATH="/opt/intel/compiler90/lib" +/opt/intel/compiler90/bin/iccbin $* diff --git a/dev-lang/icc/files/9.0.023/iccifc.conf b/dev-lang/icc/files/9.0.023/iccifc.conf new file mode 100644 index 000000000000..4f5d6789c65d --- /dev/null +++ b/dev-lang/icc/files/9.0.023/iccifc.conf @@ -0,0 +1,29 @@ +#This file is used to set global (hopefully) compiler variables for the +#Intel ICC and IFC compilers. The ICFLAGS and ICCFLAGS are the +#equivalents of the CFLAGS and CXXFLAGS - specific for ICC & IFC. + +#Note that the following flags are currently considered to be rather +#problematic, and you may experience significant difficulty in emerges +#with these flags +# +# -ip -ipo -ipo_obj -static -fast -cxxlib-gcc +# + +#The following settings are a good starting point for Pentium 4 owners. +#Pentium 3 owners should replace -xN with -xK +#Pentium M owners should replace -xN with -xB +#Prescott owners should replace -xN with -xP + +ICFLAGS = "-O2 -xN -noalign" +ICXXFLAGS = "${ICFLAGS}" +IFCFLAGS = "${ICFLAGS}" + +#The following variables define the compilers and linkers + +ICC = "icc" +ICXX = "icpc" +ICPP = "${ICC} -E" +ICXXCPP = "${ICXX} -E" +IFC = "ifc" +ILD = "xild" +IAR = "xiar" diff --git a/dev-lang/icc/files/9.0.023/icpc b/dev-lang/icc/files/9.0.023/icpc new file mode 100644 index 000000000000..f03dddfc7906 --- /dev/null +++ b/dev-lang/icc/files/9.0.023/icpc @@ -0,0 +1,10 @@ +#! /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/compiler90/licenses" +export LD_LIBRARY_PATH="/opt/intel/compiler90/lib" +/opt/intel/compiler90/bin/icpcbin $* diff --git a/dev-lang/icc/files/digest-icc-9.0.023 b/dev-lang/icc/files/digest-icc-9.0.023 new file mode 100644 index 000000000000..4b581aa02653 --- /dev/null +++ b/dev-lang/icc/files/digest-icc-9.0.023 @@ -0,0 +1 @@ +MD5 11aa20aa8671d0975361d29d507a6f6a l_cc_c_9.0.023.tar.gz 201405770 |