libc: don't needlessly add vfork.o to NOASM

For architectures where vfork.S was named Ovfork.S this was needed, but
it was always pointless here as an entry in either MDASM or NOASM is
equivalent.

Reviewed by:	kib
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D42914
This commit is contained in:
Brooks Davis 2023-12-06 20:48:39 +00:00
parent 0ea469bcd5
commit ec27c0bb3e
3 changed files with 0 additions and 9 deletions

View file

@ -6,6 +6,3 @@ SRCS+= __vdso_gettc.c \
MDASM= cerror.S \
syscall.S \
vfork.S
# Don't generate default code for these syscalls:
NOASM+= vfork.o

View file

@ -5,6 +5,3 @@ SRCS+= \
amd64_set_gsbase.c
MDASM= vfork.S cerror.S getcontext.S
# Don't generate default code for these syscalls:
NOASM+= vfork.o

View file

@ -4,6 +4,3 @@ SRCS+= __vdso_gettc.c \
MDASM= cerror.S \
syscall.S \
vfork.S
# Don't generate default code for these syscalls:
NOASM+= vfork.o