aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/sysofiles.sh
diff options
context:
space:
mode:
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
+