[cpp-sp] 04/08: Drop the Sun workshop compiler debug mode workaround
Scott Cantor
cantor.2 at osu.edu
Fri Oct 12 14:06:40 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5833a52f9746cd05f1a020e254abe324284d1247
commit 5833a52f9746cd05f1a020e254abe324284d1247
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Mon Aug 13 17:16:38 2018 +0200
Drop the Sun workshop compiler debug mode workaround
It's still possible to achieve by setting CXXFLAGS.
---
configure.ac | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/configure.ac b/configure.ac
index efff793..d5516fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,25 +33,12 @@ AC_CONFIG_FILES([shibsp.pc shibsp-lite.pc shibboleth.spec])
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
- ;;
- *osf*)
- AM_CXXFLAGS="$AM_CXXFLAGS -D_POSIX_PII_SOCKET"
- ;;
-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