From 9fbcc75d56e58a3732ea71dc1c44f1ee7400f4e2 Mon Sep 17 00:00:00 2001 From: Rainer Orth 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. From-SVN: r181095 --- libgcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgcc/configure') diff --git a/libgcc/configure b/libgcc/configure index 1895a76..e1c58f5 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -4798,7 +4798,7 @@ case $target_thread_file in dce) thread_header=config/pa/gthr-dce.h ;; lynx) thread_header=config/gthr-lynx.h ;; mipssde) thread_header=config/mips/gthr-mipssde.h ;; - posix) thread_header=config/gthr-posix.h ;; + posix) thread_header=gthr-posix.h ;; rtems) thread_header=config/gthr-rtems.h ;; single) thread_header=gthr-single.h ;; tpf) thread_header=config/s390/gthr-tpf.h ;; -- cgit v1.1