diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-07-28 14:29:19 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-10-28 11:14:54 +0100 |
commit | dd31f42e39206bc69f4a60e47ee117f6c968138c (patch) | |
tree | 0722522194411463c73b508b37e19f290ad08dd3 /sysdeps | |
parent | 0b845d3b3fde40e72c5372d6fa0f129b5e45c363 (diff) | |
download | glibc-dd31f42e39206bc69f4a60e47ee117f6c968138c.tar glibc-dd31f42e39206bc69f4a60e47ee117f6c968138c.tar.gz glibc-dd31f42e39206bc69f4a60e47ee117f6c968138c.tar.bz2 glibc-dd31f42e39206bc69f4a60e47ee117f6c968138c.zip |
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 <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/aarch64/wordcopy.c | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sysdeps/aarch64/wordcopy.c |