java: slow pthread self
authorChanho Park <chanho61.park@samsung.com>
Fri, 18 Jul 2014 09:00:12 +0000 (18:00 +0900)
committerChanho Park <chanho61.park@samsung.com>
Mon, 21 Jul 2014 08:31:26 +0000 (17:31 +0900)
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
libjava/configure.host

index f2d1bb5..1f8cfd7 100644 (file)
@@ -232,6 +232,7 @@ case "${host}" in
   sh-linux* | sh[34]*-linux*)
        can_unwind_signal=yes
        libgcj_ld_symbolic='-Wl,-Bsymbolic'
+       slow_pthread_self=
        if test x$slow_pthread_self = xyes \
           && test x$cross_compiling != xyes; then
          cat > conftest.c <<EOF