aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorVincent Celier <celier@gnat.com>2003-04-22 21:52:04 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2003-04-22 17:52:04 -0400
commit6d412a7b22b7766437e2c018f31d49aa981800d9 (patch)
tree8b5a468fc229af925afa0fbf43568984ef8424b8 /gcc/configure.in
parent9734801a49c9924623d70acc5de286ddc75b1b83 (diff)
downloadgcc-6d412a7b22b7766437e2c018f31d49aa981800d9.zip
gcc-6d412a7b22b7766437e2c018f31d49aa981800d9.tar.gz
gcc-6d412a7b22b7766437e2c018f31d49aa981800d9.tar.bz2
gthr-gnat.h, [...]: new sources for implementation of --enable-threads=gnat.
* gthr-gnat.h, gthr-gnat.c: new sources for implementation of --enable-threads=gnat. * Makefile.in: Add gthr-gnat.c to LIB2ADDEH. * configure.in: Add gnat to the list of thread packages * configure: Rebuild. * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP From-SVN: r65961
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index be087f2..2589c13 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -518,7 +518,7 @@ case x${enable_threads_flag} in
target_thread_file=''
;;
xdecosf1 | xirix | xmach | xos2 | xposix | xpthreads | xsingle | \
- xsolaris | xwin32 | xdce | xrtems| xvxworks | xaix)
+ xsolaris | xwin32 | xdce | xrtems| xvxworks | xaix | xgnat)
target_thread_file=$enable_threads_flag
;;
*)