From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 488C33857422; Fri, 28 Oct 2022 10:18:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 488C33857422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666952297; bh=oAb1q0nuLSSaxQGKnfmUcaAlHxkTM4tv6xIBkEhQm8M=; h=From:To:Subject:Date:From; b=l1RAPUvVQCTgHIcTJg12PmHx0p4yJONJRnroaaOlk+oPc5VjFFylafZ5+T52rQ7Io czOv9evT8hQt17aQDeWmi1mhw18JXpMd+ScLKHlR8OISwo1UBF5M+vaEjjtqZN3HK5 4r5oOYRIl7ZMyPSKPeh6SI39iGYdAzCd8xVqDkmA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc] aarch64: Don't build wordcopy X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/master X-Git-Oldrev: 0b845d3b3fde40e72c5372d6fa0f129b5e45c363 X-Git-Newrev: dd31f42e39206bc69f4a60e47ee117f6c968138c Message-Id: <20221028101817.488C33857422@sourceware.org> Date: Fri, 28 Oct 2022 10:18:17 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dd31f42e39206bc69f4a60e47ee117f6c968138c commit dd31f42e39206bc69f4a60e47ee117f6c968138c Author: Szabolcs Nagy Date: Thu Jul 28 14:29:19 2022 +0100 aarch64: Don't build wordcopy Use an empty wordcopy.c to avoid building the generic one. It does not seem to be used anywhere. Reviewed-by: Adhemerval Zanella Diff: --- sysdeps/aarch64/wordcopy.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c new file mode 100644 index 0000000000..e69de29bb2