summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/gen/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-21 06:45:32 +0000
committerpeter <peter@FreeBSD.org>2002-03-21 06:45:32 +0000
commite0773a724ed7f72042fe8f093d8f1e26b684f15c (patch)
tree25339f74f497814258372705d8abd4b7bf0a414d /lib/libc/alpha/gen/Makefile.inc
parent7ca3d3c8ba07f6a4f23e56705cb099de16686149 (diff)
downloadFreeBSD-src-e0773a724ed7f72042fe8f093d8f1e26b684f15c.zip
FreeBSD-src-e0773a724ed7f72042fe8f093d8f1e26b684f15c.tar.gz
Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise
it causes undefined references to getcontext() and setcontext() on platforms other than i386 and alpha.
Diffstat (limited to 'lib/libc/alpha/gen/Makefile.inc')
-rw-r--r--lib/libc/alpha/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/alpha/gen/Makefile.inc b/lib/libc/alpha/gen/Makefile.inc
index 209a55d..32c80d8 100644
--- a/lib/libc/alpha/gen/Makefile.inc
+++ b/lib/libc/alpha/gen/Makefile.inc
@@ -8,7 +8,7 @@ SRCS+= sigsetjmp.S
SRCS+= __divqu.S __divq.S __divlu.S __divl.S
SRCS+= __remqu.S __remq.S __remlu.S __reml.S
SRCS+= rfork_thread.S
-SRCS+= _ctx_start.S getcontext.S makecontext.c
+SRCS+= _ctx_start.S getcontext.S makecontext.c swapcontext.c
CLEANFILES+= __divqu.S __divq.S __divlu.S __divl.S
CLEANFILES+= __remqu.S __remq.S __remlu.S __reml.S
OpenPOWER on IntegriCloud