diff options
| author | rsc <devnull@localhost> | 2006-02-10 05:32:42 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-02-10 05:32:42 +0000 |
| commit | 0c7c441e9033e523b96b474cdbee6b63410805f9 (patch) | |
| tree | aa112efa7cc9915944dcd9a03af83841b7ccbb48 /src/libthread/sysofiles.sh | |
| parent | 3f8c36d6dc30334bbff4f90e182812e9bd94153c (diff) | |
| download | plan9port-0c7c441e9033e523b96b474cdbee6b63410805f9.tar.gz plan9port-0c7c441e9033e523b96b474cdbee6b63410805f9.zip | |
sparc64 attempt
Diffstat (limited to 'src/libthread/sysofiles.sh')
| -rw-r--r-- | src/libthread/sysofiles.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh index 3c3ee9c0..cdc1ad02 100644 --- a/src/libthread/sysofiles.sh +++ b/src/libthread/sysofiles.sh @@ -30,3 +30,11 @@ case "$tag" in echo pthread.o esac +case "$OBJTYPE-$SYSNAME" in +sparc64-Linux) + # Debian glibc doesn't supply swapcontext, makecontext + # so we supply our own copy from the latest glibc. + echo Linux-sparc64-context.o Linux-sparc64-swapcontext.o + ;; +esac + |
