NetBSD/lib/libc/arch/vax/Makefile.inc
matt 57947b7b48 Make longjmp on vax not use sigreturn. Instead it rewrites the
jmp_buf into one compatible with __longjmp14 and relies on that
to change that into a ucontext_t suitable for setcontext(2).
2005-05-03 04:37:33 +00:00

10 lines
231 B
Makefile

# $NetBSD: Makefile.inc,v 1.7 2005/05/03 04:37:33 matt Exp $
.if ${OBJECT_FMT} == "ELF"
SRCS+= __longjmp14.c
.endif
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S __sigtramp3.S
CPPFLAGS+= -I.
CPPFLAGS.assym.h+=-D__LIBC12_SOURCE__