diff options
| author | Russ Cox <rsc@swtch.com> | 2011-10-13 23:57:54 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2011-10-13 23:57:54 -0400 |
| commit | 04e0a9bb81356b6713e634b4d950c524f0abf15c (patch) | |
| tree | da1ccfc331da22c932e88016892a1e3c5b99aea5 /src/libthread/sysofiles.sh | |
| parent | f1825251e73ffd1c750ab14950bd1e5374991ae5 (diff) | |
| download | plan9port-04e0a9bb81356b6713e634b4d950c524f0abf15c.tar.gz plan9port-04e0a9bb81356b6713e634b4d950c524f0abf15c.zip | |
libthread: Lion context routines
Diffstat (limited to 'src/libthread/sysofiles.sh')
| -rw-r--r-- | src/libthread/sysofiles.sh | 3 |
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 |
