still more files
This commit is contained in:
parent
cf4f3eafc6
commit
24f4e66b12
5 changed files with 300 additions and 0 deletions
11
src/libthread/sysofiles.sh
Normal file
11
src/libthread/sysofiles.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue