Mercurial > hg > octave-lyh
diff configure.ac @ 15071:c53c28c7c811
configure.ac: Comment out unneeded special build flags for Sun C++ compiler.
* configure.ac: Comment out unneeded special build flags for Sun C++ compiler.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 31 Jul 2012 22:24:28 -0700 |
parents | 36cbcc37fdb8 |
children | a132d206a36a 4e0ab3b28418 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -487,17 +487,18 @@ BUILD_CXX='$(CXX)' BUILD_CXXFLAGS='$(CXXFLAGS)' BUILD_LDFLAGS='$(LDFLAGS)' - case "$canonical_host_type" in - sparc-sun-solaris2*) - if test "$GCC" != yes; then - ## FIXME: gendoc.cc is no longer used for building documentation. - ## Can this test be eliminated? - ## The Sun C++ compiler never seems to complete compiling - ## gendoc.cc unless we reduce the optimization level... - BUILD_CXXFLAGS="-g -O1" - fi - ;; - esac + ## 2012/07/31: Commented out special build requirements + ## for Sun compiler now that gendoc.cc is no longer part of build. + ################################################################## + #case "$canonical_host_type" in + # sparc-sun-solaris2*) + # if test "$GCC" != yes; then + # ## The Sun C++ compiler never seems to complete compiling + # ## gendoc.cc unless we reduce the optimization level... + # ## BUILD_CXXFLAGS="-g -O1" + # fi + # ;; + #esac BUILD_EXEEXT='$(EXEEXT)' fi