diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.LINUX | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX index 429da11bca5..5960a383d1a 100644 --- a/cpp/INSTALL.LINUX +++ b/cpp/INSTALL.LINUX @@ -81,12 +81,6 @@ comments in the file provide more information. Pay particular attention to the variables that define the locations of the third- party libraries. -If you want to build Ice with the Intel C++ compiler, first set the -following environment variables: - -$ export CC=icc -$ export CXX=icpc - Now you're ready to build Ice: $ make |