aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/sysofiles.sh
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-11-08 16:04:01 +0000
committerrsc <devnull@localhost>2004-11-08 16:04:01 +0000
commit24f4e66b12cf0501d0f239ade10b2963f46e6755 (patch)
tree6fb79980edf83c07bba66b7303dde8874c6d7e33 /src/libthread/sysofiles.sh
parentcf4f3eafc6016ccdb57773215dcdd5ebac95c07d (diff)
downloadplan9port-24f4e66b12cf0501d0f239ade10b2963f46e6755.tar.gz
plan9port-24f4e66b12cf0501d0f239ade10b2963f46e6755.tar.bz2
plan9port-24f4e66b12cf0501d0f239ade10b2963f46e6755.zip
still more files
Diffstat (limited to 'src/libthread/sysofiles.sh')
-rw-r--r--src/libthread/sysofiles.sh11
1 files changed, 11 insertions, 0 deletions
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