diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-23 11:12:25 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-23 11:12:25 +0000 |
commit | c177b34160a609b6f04b95d96a7747239eff7880 (patch) | |
tree | b02e8e2376ff96e760951f15d4ddc6a1bb02d371 /gcc/configure.ac | |
parent | ea1e63527fa3f6262ee10eafc92f1e01fa70fdc1 (diff) | |
download | gcc-c177b34160a609b6f04b95d96a7747239eff7880.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174064 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index fefee49d858..9ace66db9cb 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1340,7 +1340,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} ;; |