[cpp-opensaml] 04/10: Drop the Sun workshop compiler debug mode workaround
Scott Cantor
cantor.2 at osu.edu
Mon Feb 3 19:30:06 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=95539ee798b44650fc4e34dda472aa42d7692bd5
commit 95539ee798b44650fc4e34dda472aa42d7692bd5
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Tue Dec 18 11:11:14 2018 +0100
Drop the Sun workshop compiler debug mode workaround
It's still possible to achieve by setting CXXFLAGS.
---
configure.ac | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7f5325d..17851b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,21 +33,12 @@ AC_CONFIG_FILES([Makefile saml/Makefile samltest/Makefile samlsign/Makefile sche
AC_PROG_CC([gcc gcc3 cc])
AC_PROG_CXX([g++ g++3 c++ CC])
-AC_CANONICAL_HOST
if test "$GCC" = "yes" ; then
AM_CFLAGS="$AM_CFLAGS -Wall -W"
AM_CXXFLAGS="$AM_CXXFLAGS -Wall -W"
fi
-# Fix for Sun Workshop compiler in debug mode, may be Sun case #6360993
-case "${host_cpu}-${host_os}" in
- *solaris*)
- if test "$CXX" = "CC" ; then
- AM_CXXFLAGS="$AM_CXXFLAGS -Qoption ccfe -stabs=no%dfltlit+no%dflthlp"
- fi
- ;;
-esac
AC_SUBST([AM_CFLAGS])
AC_SUBST([AM_CXXFLAGS])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list