diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-05-23 11:12:25 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-05-23 11:12:25 +0000 |
commit | c80286502f7db28d9ef38bdb613209751667834a (patch) | |
tree | b02e8e2376ff96e760951f15d4ddc6a1bb02d371 /gcc/configure | |
parent | 15882fe97cb65d99dd117330ccc05c5c86404a85 (diff) | |
download | gcc-c80286502f7db28d9ef38bdb613209751667834a.tar.gz |
gthr-gnat.c: Remove.
gcc:
* gthr-gnat.c: Remove.
* gthr-gnat.h: Remove.
* Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
* config/t-freebsd (LIB2ADDEH): Likewise.
* config/t-linux (LIB2ADDEH): Likewise.
* config/t-sol2 (LIB2ADDEH): Likewise.
* config/ia64/t-vms (LIB2ADDEH): Likewise.
* configure.ac (target_thread_file): Remove gnat handling.
* configure: Regenerate.
* doc/install.texi (Configuration, --enable-threads): Remove gnat.
gcc/po:
* EXCLUDES: Remove gthr-gnat.c, gthr-gnat.h.
libgcc:
* config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
From-SVN: r174064
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 4672f49f92e..274af3eccd7 100755 --- a/gcc/configure +++ b/gcc/configure @@ -10794,7 +10794,7 @@ case ${enable_threads} in # default target_thread_file='single' ;; - aix | dce | gnat | lynx | mipssde | nks | posix | posix95 | rtems | \ + aix | dce | lynx | mipssde | nks | posix | posix95 | rtems | \ single | tpf | vxworks | win32) target_thread_file=${enable_threads} ;; |