aboutsummaryrefslogtreecommitdiff
path: root/libgcc/configure.ac
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-11-07 16:34:31 +0000
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-11-07 16:34:31 +0000
commit5d3378050164eaeb07870bb5450d04c7ca67f05a (patch)
treeb7defa12208d4389e78c712491a78a42f18d1e36 /libgcc/configure.ac
parentcb995ca942e5fc737832b2a5aaa64b9e000023d4 (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@181095 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/configure.ac')
-rw-r--r--libgcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/configure.ac b/libgcc/configure.ac
index 308038c5763..748189393e6 100644
--- a/libgcc/configure.ac
+++ b/libgcc/configure.ac
@@ -366,7 +366,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 ;;