From 6d412a7b22b7766437e2c018f31d49aa981800d9 Mon Sep 17 00:00:00 2001 From: Vincent Celier Date: Tue, 22 Apr 2003 21:52:04 +0000 Subject: 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 --- gcc/config/t-linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config/t-linux') 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 -- cgit v1.1