sparc64 attempt
This commit is contained in:
parent
3f8c36d6dc
commit
0c7c441e90
5 changed files with 655 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue