[omniORB] Incorrect documentation in .mk files

Michael J. Donahue mdonahue@McLeodUSA.com
Mon, 26 Feb 2001 11:10:43 -0600




Duncan -

Could you remove the following comments from the AIX xlC 5.0 mk files.  These
comments are
talking about the gcc compiler, but these mk files are for xlC 5.0.  Also, even
if you were to try and
use these mk files per the comments for gcc, there would be far more changes
required to get gcc
to work.  Details of my request follow.

Thanks,

- Mike
------------------------------------------------------------------------------------------------------------------

remove the following lines from mk/platforms/powerpc_aix_4.2_xlc5.mk

############################################################################
# Using gcc 2.95 (built with --enable-threads)                             #
#      Not well tested yet.                                                #
#      Comment out the xlC_r section above and uncomment the following     #
############################################################################
#CXX             = g++
#CXXDEBUGFLAGS   = -g
#CXXOPTIONS      = -mt
#CXXLINK         = g++
#MTFLAGS         = -mthreads
#
#CC              = gcc
#CLINK           = gcc
#############################################################################

remove the following lines from mk/platforms/powerpc_aix_4.3_xlc5.mk

############################################################################
# Using gcc 2.95 (built with --enable-threads)                             #
#      Not well tested yet.                                                #
#      Comment out the xlC_r section above and uncomment the following     #
############################################################################
#CXX             = g++
#CXXDEBUGFLAGS   = -g
#CXXOPTIONS      = -mt
#CXXLINK         = g++
#MTFLAGS         = -mthreads
#
#CC              = gcc
#CLINK           = gcc
#############################################################################