dbertoni 2002/08/01 11:36:38
Modified: c/src runConfigure
Log:
Added support for Intel compiler.
Revision Changes Path
1.9 +4 -1 xml-xalan/c/src/runConfigure
Index: runConfigure
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/runConfigure,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- runConfigure 6 May 2002 05:34:06 -0000 1.8
+++ runConfigure 1 Aug 2002 18:36:38 -0000 1.9
@@ -58,6 +58,9 @@
#
#
# $Log$
+# Revision 1.9 2002/08/01 18:36:38 dbertoni
+# Added support for Intel compiler.
+#
# Revision 1.8 2002/05/06 05:34:06 dbertoni
# Implemented multiple compiler options.
#
@@ -258,7 +261,7 @@
#
case $cppcompiler in
- xlC | xlc | xlC_r | xlc_r | g++ | c++ | cc | CC | aCC | cxx)
+ xlC | xlc | xlC_r | xlc_r | g++ | c++ | cc | CC | aCC | cxx | icpc)
;;
*)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]