Commit Graph

4 Commits

Author SHA1 Message Date
Albert Cheng
77ac102e43 [svn-r8934] Purpose:
Improvement

Description:
Removed "-D__GNUC__" which was a patch for previous version.
It is no longer needed.
Also moved the debug flags "-w2 and -Wall" to DEBUG_CXXFLAGS
so that they are used for debug mode only.
Also adjust CXXFLAGS setting so that -std=c99 is added only
if user has not preset CXXFLAGS.  This allows users the option
of not using it.

Platforms tested:
Tested in tg-NCSA only since that is the only ia64 platform
around.

Misc. update:
2004-07-22 17:35:25 -05:00
Elena Pourmal
552feb708c [svn-r8069]
Purpose: Maintenance

Description: Compilation of C++ APIs failed when ecc compiler was used.

Solution: Quincey and Raymond found out that one needs
          -D__GNUC__ flag with ecc v7.1 to build on titan. I added
           compilation flags from the config/ia64-linux-gnu file to the
           c++/config/ia64-linux-gnu

Platforms tested: hal (Altix), titan
                  On titan C++ tests passed, but build failed in the
                  tools/misc directory with the misterious message:
                  .depend:28: *** multiple target patterns.  Stop.

Misc. update:
2004-01-15 14:13:00 -05:00
Elena Pourmal
23a3648278 [svn-r8065]
Purpose: Bug fix

Description: I made a type in the production flags.

Solution: Fixed.

Platforms tested: titan

Misc. update:
2004-01-14 19:03:52 -05:00
Elena Pourmal
1ae65c4ef8 [svn-r8064]
Purpose: Maintenance

Description: I added new configuration file ia64-linux-gnu to the
             c++/config directory and made ecc a default C++ compiler
             for ia64-linux-gnu systems

Solution: N/A

Platforms tested: Altix (SGI Linux64 IA64 machine) - all tests passed
                  titan - configuration passed; it is still building

Misc. update:
2004-01-14 15:28:29 -05:00