still more files

This commit is contained in:
rsc 2004-11-08 16:04:01 +00:00
parent cf4f3eafc6
commit 24f4e66b12
5 changed files with 300 additions and 0 deletions

View file

@ -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