summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL-unix6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL-unix b/INSTALL-unix
index 52b4d8b..0e3d98e 100644
--- a/INSTALL-unix
+++ b/INSTALL-unix
@@ -61,10 +61,10 @@ with this platform so that we can keep this information up-to-date.
IRIX 6 / MIPSpro compiler
-------------------------
-The MIPSpro compiler requires the "-LANG:std" flag to enable the
-standard C++ library. You must set the CC variable when you configure,
+The MIPSpro compiler requires the "-LANG:std" flag to enable the standard
+C++ library. You must set the CC and CXX variable when you configure,
as follows
- ./configure CC='CC -LANG:std'
+ ./configure CC='CC -LANG:std' CXX='CC -LANG:std'
There is a bug in released versions of libtool prevents the -LANG flag
from being properly passed during the linking stage. To check if you