depend-cleanup.sh: cleanup stale ffs.S dependencies for arm and i386

Now that depend-cleanup.sh handles 32-bit dependencies a bit better, get
rid of the stale ffs.S ones, otherwise an incremental build on amd64
will fail with:

  cc: error: no such file or directory: '/usr/src/lib/libc/i386/string/ffs.S'

Fixes:		ee8b0c436d
This commit is contained in:
Dimitry Andric 2023-07-11 00:50:31 +02:00
parent 7ba8cc9b7b
commit ce4846ae75

View File

@ -128,3 +128,6 @@ if [ -f "$OBJTOP"/secure/lib/libcrypto/aria.o ]; then
"$OBJTOP"/obj-lib32/secure/lib/libcrypto \
"$OBJTOP"/obj-lib32/secure/lib/libssl
fi
# 20230711 ee8b0c436d72 replace ffs/fls implementations with clang builtins
clean_dep lib/libc ffs S