From 24f4e66b12cf0501d0f239ade10b2963f46e6755 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 8 Nov 2004 16:04:01 +0000 Subject: still more files --- src/libthread/sysofiles.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/libthread/sysofiles.sh (limited to 'src/libthread/sysofiles.sh') diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh new file mode 100644 index 00000000..11b21814 --- /dev/null +++ b/src/libthread/sysofiles.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +case "`uname`-`uname -r`" in +Linux-2.[01234]*) + echo Linux-clone.o ucontext.o + exit 0 + ;; +esac + +echo pthread.o ucontext.o +exit 0 -- cgit v1.2.3