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:
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:
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: