From 7336fab9ce205d0f05d409afa589342da06052dc Mon Sep 17 00:00:00 2001 From: ro Date: Mon, 7 Nov 2011 16:34:31 +0000 Subject: Return gthr-posix.h to libgcc (PR bootstrap/50982) libgcc: PR bootstrap/50982 * config/gthr-posix.h: Move ... * gthr-posix.h: ... here. * config/gthr-lynx.h: Reflect this. * config/gthr-vxworks.h: Likewise. * config/rs6000/gthr-aix.h: Likewise. * configure.ac (target_thread_file): Likewise. * configure: Regenerate. libstdc++-v3: PR bootstrap/50982 * include/Makefile.am (${host_builddir}/gthr-posix.h): Reflect gthr-posix.h move. * include/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181095 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/config/gthr-lynx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgcc/config/gthr-lynx.h') diff --git a/libgcc/config/gthr-lynx.h b/libgcc/config/gthr-lynx.h index c98c2e6693e..d9211b0e556 100644 --- a/libgcc/config/gthr-lynx.h +++ b/libgcc/config/gthr-lynx.h @@ -52,7 +52,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #undef GTHREAD_USE_WEAK #define GTHREAD_USE_WEAK 0 -#include "config/gthr-posix.h" +#include "gthr-posix.h" #else #include "gthr-single.h" -- cgit v1.2.1