From 0c7c441e9033e523b96b474cdbee6b63410805f9 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 10 Feb 2006 05:32:42 +0000 Subject: sparc64 attempt --- src/libthread/sysofiles.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/libthread/sysofiles.sh') 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 + -- cgit v1.2.3