Skip to content

Commit 6dbcc43

Browse files
committed
fetch_impls: there are no standalone memcpy impls anymore
1 parent 236d100 commit 6dbcc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch_impls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd glibc/build
2020
../configure --prefix="${workdir}"
2121
make -j$(nproc)
2222

23-
for impl in ../sysdeps/x86_64/multiarch/mem{cpy,move}-*.S; do
23+
for impl in ../sysdeps/x86_64/multiarch/memmove-*.S; do
2424
impl_basename="$(basename "${impl}")"
2525
case "${impl_basename}" in
2626
# Only ever included by other copy implementations with differing values of

0 commit comments

Comments
 (0)