Kaydet (Commit) 93bff92a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Unset HAVE_THREADSAFE_STATICS for Android too, for now

The code generated by cppumaker in the comprehensive case is in fact
broken, says sberg, and this is a way around it until it is fixed.

Change-Id: I0a3950d28e39a83f293f04fad9e0be80e131e3e9
üst d1006596
......@@ -5310,7 +5310,7 @@ if test "$GCC" = "yes"; then
dnl libstdc++-v3/libsupc++/guard.cc for what #ifdefs actually make a
dnl difference there. Conservative advice from Jakub Jelinek is to assume
dnl it working in GCC >= 4.3:
if test "$_os" = "Darwin" -o "${GCCVER?}" -lt 040300; then
if test "$_os" = "Darwin" -o $_os = Android -o "${GCCVER?}" -lt 040300; then
AC_MSG_RESULT([broken (i.e., no)])
else
HAVE_THREADSAFE_STATICS=TRUE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment