summaryrefslogtreecommitdiffstats
path: root/src/libthread/sysofiles.sh
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-10 05:32:42 +0000
committerrsc <devnull@localhost>2006-02-10 05:32:42 +0000
commit0c7c441e9033e523b96b474cdbee6b63410805f9 (patch)
treeaa112efa7cc9915944dcd9a03af83841b7ccbb48 /src/libthread/sysofiles.sh
parent3f8c36d6dc30334bbff4f90e182812e9bd94153c (diff)
downloadplan9port-0c7c441e9033e523b96b474cdbee6b63410805f9.tar.gz
plan9port-0c7c441e9033e523b96b474cdbee6b63410805f9.zip
sparc64 attempt
Diffstat (limited to 'src/libthread/sysofiles.sh')
-rw-r--r--src/libthread/sysofiles.sh8
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
+