Commit Graph

3 Commits

Author SHA1 Message Date
Bill Wendling
649ddde342 [svn-r7856]
Purpose:
    Bug fix

Description:
    If using g++ on HP-UX, the flags for aCC would be placed on the
    command line. This was causing g++ to fail the configuration test.

Solution:
    CHanged the test so that it's a case statement. If it's the aCC
    compiler, then use those flags. Otherwise, don't specify flags. This
    case statement can be modified to provide compiler-specific flags in
    a similar way to other config/* files.

Platforms tested:
    Hp-UX (Hp-UX specific change.)

Misc. update:
2003-11-19 10:13:02 -05:00
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
b2bc00b9ff [svn-r6508] Purpose:
Adding new platform support

Description:
    Added the config file to support the C++ API on hpux11.00 with
    the compiler aCC.

Platforms tested:
    HPUX 11.00 (kelgia)
    Linux 2.2x (eirene)
    IRIX 6.5.11 (modi4)
    SunOS 5.7 (arabica) - by Elena


Misc. update:
    Will update MANIFEST and release_docs/RELEASE for new features.
2003-03-19 20:59:07 -05:00