diff options
Diffstat (limited to 'src/libthread/sysofiles.sh')
| -rw-r--r-- | src/libthread/sysofiles.sh | 11 |
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 |
