Commit Graph

3 Commits

Author SHA1 Message Date
Bill Wendling
5967e0542a [svn-r7852] Purpose:
Bug Fix

Description:
    CXXFLAGS and CPPFLAGS wasn't including user-set values.

Solution:
    Changed CXXFLAGS="..." to CXXFLAGS="$CXXFLAGS ..." and CPPFLAGS="..."
    to CPPFLAGS="$CPPFLAGS ..."

Platforms tested:
    Kelgia,
    Modi4
    Arabica
    (the machines affected)

Misc. update:
2003-11-14 15:23:10 -05:00
Binh-Minh Ribler
702667c9f5 [svn-r4848]
Purpose:
    Improvement
Description:
    Using LIBS for c++ default library resulted in the library showed up
    in two many places.
Solution:
    Added new macro DEFAULT_LIBS to specify default library for the
    C++ API tests
Platforms tested:
    IRIX64 (modi4)
2002-01-21 22:49:13 -05:00
Binh-Minh Ribler
4098e48f09 [svn-r4843]
Purpose:
    Adding new supported platform
Description:
    Added this config file for modi4.  Note that, when libtool v1.5
    is released and we start using it, the default library libCio can
    and should be removed from LIBS.  It is there now because previous
    versions of libtool do not fully support c++ yet and default
    libraries must be manually added to the link line.
Platforms tested:
    IRIX64 6.5 (modi4)
2002-01-20 23:59:12 -05:00