From 9ed39f584efdd5be1fcf6551219d3b6c53c15e80 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 28 Jul 2022 14:29:19 +0100 Subject: [PATCH] aarch64: don't build wordcopy Use an empty wordcopy.c to avoid building the generic one. It does not seem to be used anywhere. --- sysdeps/aarch64/wordcopy.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sysdeps/aarch64/wordcopy.c diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c new file mode 100644 index 00000000000..f1a5d9dbca1 --- /dev/null +++ b/sysdeps/aarch64/wordcopy.c @@ -0,0 +1,17 @@ +/* Empty file: AArch64 does not use wordcopy functions. + Copyright (C) 2022 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ -- 2.47.2