develop to GCC 4.8.0. * Adds libatomic1 and libitm1 sub-packages for transactional memory * Adds libasan0 and libtsan0 sub-packages for address and thread sanitizing OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc48?expand=0&rev=1
18 lines
629 B
Diff
18 lines
629 B
Diff
2005-05-20 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
* configure.host (slow_pthread_self): Set to empty unconditionally
|
|
on Linux targets.
|
|
|
|
Index: libjava/configure.host
|
|
===================================================================
|
|
--- libjava/configure.host.orig 2011-11-03 16:30:42.000000000 +0100
|
|
+++ libjava/configure.host 2011-11-04 11:39:57.000000000 +0100
|
|
@@ -227,6 +227,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
|