File tree Expand file tree Collapse file tree 8 files changed +2
-279
lines changed Expand file tree Collapse file tree 8 files changed +2
-279
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ AC_DEFUN([GCC_AC_THREAD_HEADER],
1212[
1313case $1 in
1414 aix) thread_header=config/rs6000/gthr-aix.h ;;
15- c11) thread_header=gthr-c11.h ;;
1615 dce) thread_header=config/pa/gthr-dce.h ;;
1716 gcn) thread_header=config/gcn/gthr-gcn.h ;;
1817 lynx) thread_header=config/gthr-lynx.h ;;
Original file line number Diff line number Diff line change @@ -12885,7 +12885,7 @@ case ${enable_threads} in
1288512885 # default
1288612886 target_thread_file='single'
1288712887 ;;
12888- aix | c11 | dce | lynx | mipssde | posix | rtems | \
12888+ aix | dce | lynx | mipssde | posix | rtems | \
1288912889 single | tpf | vxworks | win32)
1289012890 target_thread_file=${enable_threads}
1289112891 ;;
Original file line number Diff line number Diff line change @@ -1994,7 +1994,7 @@ case ${enable_threads} in
19941994 # default
19951995 target_thread_file='single'
19961996 ;;
1997- aix | c11 | dce | lynx | mipssde | posix | rtems | \
1997+ aix | dce | lynx | mipssde | posix | rtems | \
19981998 single | tpf | vxworks | win32)
19991999 target_thread_file=${enable_threads}
20002000 ;;
Original file line number Diff line number Diff line change @@ -5689,7 +5689,6 @@ tm_file="${tm_file_}"
56895689
56905690case $target_thread_file in
56915691 aix) thread_header=config/rs6000/gthr-aix.h ;;
5692- c11) thread_header=gthr-c11.h ;;
56935692 dce) thread_header=config/pa/gthr-dce.h ;;
56945693 gcn) thread_header=config/gcn/gthr-gcn.h ;;
56955694 lynx) thread_header=config/gthr-lynx.h ;;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15764,7 +15764,6 @@ $as_echo "$target_thread_file" >&6; }
1576415764
1576515765case $target_thread_file in
1576615766 aix) thread_header=config/rs6000/gthr-aix.h ;;
15767- c11) thread_header=gthr-c11.h ;;
1576815767 dce) thread_header=config/pa/gthr-dce.h ;;
1576915768 gcn) thread_header=config/gcn/gthr-gcn.h ;;
1577015769 lynx) thread_header=config/gthr-lynx.h ;;
Original file line number Diff line number Diff line change @@ -1012,7 +1012,6 @@ thread_host_headers = \
10121012 ${host_builddir}/gthr.h \
10131013 ${host_builddir}/gthr-single.h \
10141014 ${host_builddir}/gthr-posix.h \
1015- ${host_builddir}/gthr-c11.h \
10161015 ${host_builddir}/gthr-default.h
10171016
10181017
@@ -1384,12 +1383,6 @@ ${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/libgcc/gthr-posix.h \
13841383 -e ' s/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
13851384 < $< > $@
13861385
1387- ${host_builddir}/gthr-c11.h : ${toplevel_srcdir}/libgcc/gthr-c11.h \
1388- stamp-${host_alias}
1389- sed -e ' s/\(UNUSED\)/_GLIBCXX_\1/g' \
1390- -e ' s/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1391- < $< > $@
1392-
13931386${host_builddir}/gthr-default.h : ${toplevel_srcdir}/libgcc/${thread_header} \
13941387 stamp-${host_alias}
13951388 sed -e ' s/\(UNUSED\)/_GLIBCXX_\1/g' \
Original file line number Diff line number Diff line change @@ -1363,7 +1363,6 @@ thread_host_headers = \
13631363 ${host_builddir}/gthr.h \
13641364 ${host_builddir}/gthr-single.h \
13651365 ${host_builddir}/gthr-posix.h \
1366- ${host_builddir}/gthr-c11.h \
13671366 ${host_builddir}/gthr-default.h
13681367
13691368pch1_source = ${glibcxx_srcdir}/include/precompiled/stdc++.h
@@ -1875,14 +1874,6 @@ ${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/libgcc/gthr-posix.h \
18751874 -e ' s/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
18761875 < $< > $@
18771876
1878- ${host_builddir}/gthr-c11.h : ${toplevel_srcdir}/libgcc/gthr-c11.h \
1879- stamp-${host_alias}
1880- sed -e ' s/\(UNUSED\)/_GLIBCXX_\1/g' \
1881- -e ' s/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1882- -e ' s/SUPPORTS_WEAK/__GXX_WEAK__/g' \
1883- -e ' s/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1884- < $< > $@
1885-
18861877${host_builddir}/gthr-default.h : ${toplevel_srcdir}/libgcc/${thread_header} \
18871878 stamp-${host_alias}
18881879 sed -e ' s/\(UNUSED\)/_GLIBCXX_\1/g' \
You can’t perform that action at this time.
0 commit comments