diff options
author | Vincent Celier <celier@gnat.com> | 2003-04-22 21:52:04 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2003-04-22 17:52:04 -0400 |
commit | 6d412a7b22b7766437e2c018f31d49aa981800d9 (patch) | |
tree | 8b5a468fc229af925afa0fbf43568984ef8424b8 /gcc/configure | |
parent | 9734801a49c9924623d70acc5de286ddc75b1b83 (diff) | |
download | gcc-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')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 78f285f..00bb2b2 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2305,7 +2305,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 ;; *) @@ -2434,7 +2434,7 @@ fi # Find some useful tools -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |