aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/t-linux
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/config/t-linux
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/config/t-linux')
-rw-r--r--gcc/config/t-linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/t-linux b/gcc/config/t-linux
index 3c73561..b971c46 100644
--- a/gcc/config/t-linux
+++ b/gcc/config/t-linux
@@ -12,5 +12,5 @@ SHLIB_MAPFILES += $(srcdir)/config/libgcc-glibc.ver
# Use unwind-dw2-fde-glibc
LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \
- $(srcdir)/unwind-sjlj.c
-LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
+ $(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c
+LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c gthr-gnat.c