From 3b14ab0254a131e458c4f5ffdee931e868206424 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 11 Nov 2020 01:13:43 +0100 Subject: libthreads: Remove libthreads is most probably completely broken, and not the long-term road anyway. * config.make.in (VERSIONING): Remove. * configure.ac: Test for pfinet assembly compatibility instead of libthreads assembly compatibility. Do not set VERSIONING. * libthreads: Remove directory. * Makefile (lib-subdirs): Remove libthreads. * doc/hurd.texi (Threads Library): Rename references to libthreads into libpthread. * release/rfloppy.copy: Do not objcopy lib/libthreads.so. * release/tool-Makefile (rfloppy-solib): Remove libthreads. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7d645d11..56db1e21 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ sparc*) esac AC_SUBST(asm_syntax) -test -r "$srcdir/libthreads/$asm_syntax/cthreads.h" || { +test -r "$srcdir/pfinet/linux-src/include/asm-$asm_syntax/checksum.h" || { AC_MSG_WARN([unsupported CPU type $host_cpu]) } -- cgit v1.2.3