sparc64 attempt

This commit is contained in:
rsc 2006-02-10 05:32:42 +00:00
parent 3f8c36d6dc
commit 0c7c441e90
5 changed files with 655 additions and 0 deletions

View file

@ -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