Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142060948
D54729.id169763.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
521 B
Referenced Files
None
Subscribers
None
D54729.id169763.diff
View Options
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -349,3 +349,9 @@
clean_dep lib/libc bcopy c "libc.string.bcopy.c"
clean_dep lib/libc bzero c "libc.string.bzero.c"
fi
+
+if [ ${MACHINE_ARCH} = "aarch64" ]; then
+ # 20260113 41ccf82b29f3 libc/aarch64: Use MOPS implementations of memcpy/memmove/memset where availble
+ clean_dep lib/libc memset S "[^/]memset.S"
+ run rm -fv "$OBJTOP"/lib/libc/memset.S
+fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 16, 3:50 PM (11 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27659990
Default Alt Text
D54729.id169763.diff (521 B)
Attached To
Mode
D54729: depend-cleanup.sh: Clean up the old arm64 memset.S
Attached
Detach File
Event Timeline
Log In to Comment