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.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libthread/sysofiles.sh b/src/libthread/sysofiles.sh
index b136bcf9..ffe0e2d3 100644
--- a/src/libthread/sysofiles.sh
+++ b/src/libthread/sysofiles.sh
@@ -34,5 +34,8 @@ arm-Linux)
# ARM doesn't supply them either.
echo Linux-arm-context.o Linux-arm-swapcontext.o
;;
+x86_64-Darwin)
+ echo Darwin-x86_64-asm.o Darwin-x86_64-swapcontext.o
+ ;;
esac