summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulgersam@sourceforge.net>2008-06-08 23:12:41 +0000
committerPaul Phillips <paulgersam@sourceforge.net>2008-06-08 23:12:41 +0000
commitd4c20be92175023027b6d9f1b41c748bf286bbc8 (patch)
tree5c0a3b32b047ac2f1c9da96e5c1650a06be1b152
parente090e64a05c8aa899d48941a259124e7aaad6d63 (diff)
downloadcppunit-d4c20be92175023027b6d9f1b41c748bf286bbc8.tar.gz
Added extra ./configure option for compiling on IRIX 6 / MIPSpro. From Bug #846195
-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