amassari    2005/01/05 02:05:35

  Modified:    c/samples runConfigure
               c/src/xercesc runConfigure
               c/tests  runConfigure
  Log:
  Add icpc to the list of C++ compilers (jira# 1311)
  
  Revision  Changes    Path
  1.48      +4 -4      xml-xerces/c/samples/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/runConfigure,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- runConfigure      25 Nov 2004 17:30:36 -0000      1.47
  +++ runConfigure      5 Jan 2005 10:05:35 -0000       1.48
  @@ -49,9 +49,9 @@
               'os400', 'os390', 'irix', 'ptx', 'tru64', 'macosx', 'cygwin', 
'qnx',
               'interix', 'mingw-msys')
               [required: no default]"
  -    echo "       -c <C compiler name> (e.g. gcc, cc, xlc_r, icc or ecc)"
  +    echo "       -c <C compiler name> (e.g. gcc, cc, xlc_r, icc, icpc or 
ecc)"
       echo "            [default is make default; cc for gnu make]"
  -    echo "       -x <C++ compiler name> (e.g. g++, CC, aCC, aCC05, xlC_r, 
xlC_rv5compat, icc or ecc)"
  +    echo "       -x <C++ compiler name> (e.g. g++, CC, aCC, aCC05, xlC_r, 
xlC_rv5compat, icc, icpc or ecc)"
       echo "            [default is make default; g++ for gnu make]"
       echo "       -d (specifies that you want to build debug version) 
[default: not debug]"
       echo "       -r <thread option> can be 'pthread' or 'dce'
  @@ -449,7 +449,7 @@
         CXXVER="v5compat"
         ;;
         
  -   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | ICC | cxx | ecc)
  +   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | icpc | ICC | cxx | ecc)
         CXX="$cppcompiler"      
         ;;
   
  
  
  
  1.41      +3 -3      xml-xerces/c/src/xercesc/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- runConfigure      18 Nov 2004 16:20:06 -0000      1.40
  +++ runConfigure      5 Jan 2005 10:05:35 -0000       1.41
  @@ -51,7 +51,7 @@
               'os400', 'os390', 'irix', 'ptx', 'tru64', 'macosx', 'cygwin', 
               'qnx', 'interix', 'mingw-msys')
               [required; no default]"
  -    echo "       -c <C compiler name> (e.g. gcc, cc, xlc_r, qcc, icc or ecc) 
  +    echo "       -c <C compiler name> (e.g. gcc, cc, xlc_r, qcc, icc, icpc 
or ecc) 
               [default is make default; cc for gnu make]"
       echo "       -x <C++ compiler name> (e.g. g++, CC, aCC, aCC05, xlC_r, 
xlC_rv5compat, QCC, 
               icc or ecc) [default is make default; g++ for gnu make]"
  @@ -642,7 +642,7 @@
         CXXVER="v5compat"
         ;;
         
  -   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | ICC | cxx | ecc | QCC )
  +   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | icpc | ICC | cxx | ecc | 
QCC )
         CXX="$cppcompiler"
         ;;
       
  
  
  
  1.40      +4 -4      xml-xerces/c/tests/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/runConfigure,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- runConfigure      25 Nov 2004 17:30:36 -0000      1.39
  +++ runConfigure      5 Jan 2005 10:05:35 -0000       1.40
  @@ -48,9 +48,9 @@
               'os400', 'os390', 'irix', 'ptx', 'tru64', 'macosx', 'cygwin', 
'qnx',
               'interix', 'mingw-msys')
               [required: no default]"
  -    echo "       -c <C compiler name> (e.g. gcc, cc, xlc_r, icc or ecc)"
  +    echo "       -c <C compiler name> (e.g. gcc, cc, xlc_r, icc, icpc or 
ecc)"
       echo "            [default is make default; cc for gnu make]"
  -    echo "       -x <C++ compiler name> (e.g. g++, CC, aCC, aCC05, xlC_r, 
xlC_rv5compate, icc or ecc)"
  +    echo "       -x <C++ compiler name> (e.g. g++, CC, aCC, aCC05, xlC_r, 
xlC_rv5compat, icc, icpc or ecc)"
       echo "            [default is make default; g++ for gnu make]"
       echo "       -d (specifies that you want to build debug version) 
[default: not debug]"
       echo "       -r <thread option> can be 'pthread' or 'dce'
  @@ -448,7 +448,7 @@
         CXXVER="v5compat"
         ;;
         
  -   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | ICC | cxx | ecc)
  +   xlC* | xlc* | g++ | c++ | cc | CC | aCC | icc | icpc | ICC | cxx | ecc)
      CXX="$cppcompiler"
         ;;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to