[build] g++ versions prior to 4.5 don't support the --static-libstdc++ flag so hack around it

This commit is contained in:
Joe Thornber
2016-02-08 11:58:19 +00:00
parent ebd4981271
commit 244405ed5d
2 changed files with 8 additions and 13 deletions

View File

@@ -145,14 +145,6 @@ AC_ARG_ENABLE(static_cxx,
STATIC_CXX=$enableval, STATIC_CXX=no)
AC_MSG_RESULT($STATIC_CXX)
if test x$STATIC_CXX = xyes; then
STATIC_LINK_FLAGS=-static-libstdc++
DYNAMIC_LINK_FLAGS=
else
STATIC_LINK_FLAGS=
DYNAMIC_LINK_FLAGS=-lstdc++
fi
################################################################################
dnl -- Check for getopt
AC_CHECK_HEADERS(getopt.h, AC_DEFINE([HAVE_GETOPTLONG], 1, [Define to 1 if getopt_long is available.]))
@@ -180,8 +172,7 @@ AC_SUBST(RELEASE_DATE)
AC_SUBST(RELEASE_DATE)
AC_SUBST(TESTING)
AC_SUBST(THIN_PROVISIONING_TOOLS_VERSION)
AC_SUBST(STATIC_LINK_FLAGS)
AC_SUBST(DYNAMIC_LINK_FLAGS)
AC_SUBST(STATIC_CXX)
################################################################################
dnl -- First and last lines should not contain files to generate in order to