lib/libc/string/ffs*.c: fix problems introduced with D40730

Remove stale dependencies on the remaining old assembly
ffs*/fls* implementations.

Sponsored by:	FreeBSD Foundation
Reported by:	jlduran@gmail.com, jhb
Fixes:		ee8b0c43 (D40730)
Approved by:	jhb
Differential Revision: https://reviews.freebsd.org/D40966
This commit is contained in:
Kyle Evans 2023-07-07 13:59:26 -05:00 committed by Robert Clausecker
parent c9b1980394
commit e74bc7757a

View file

@ -189,5 +189,10 @@ if [ -f "$OBJTOP"/secure/lib/libcrypto/aria.o ]; then
"$OBJTOP"/obj-lib32/secure/lib/libssl
fi
# 20230711 ee8b0c436d72 replace ffs/fls implementations with clang builtins
clean_dep lib/libc ffs S
# 20230714 ee8b0c436d72 replace ffs/fls implementations with clang builtins
clean_dep lib/libc ffs S
clean_dep lib/libc ffsl S
clean_dep lib/libc ffsll S
clean_dep lib/libc fls S
clean_dep lib/libc flsl S
clean_dep lib/libc flsll S