adapt build of arm memcpy asm not to use .sub files
commitcb1875eb4ff755fe6c5d1909f64fc4be1ee396ab
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Jan 2016 00:35:05 +0000 (20 00:35 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Jan 2016 00:35:05 +0000 (20 00:35 +0000)
tree254b868756229957d618c13c98a2663b30779d35
parent9514e70c60649ea13c25e1ac1e944cee7c82c9a7
adapt build of arm memcpy asm not to use .sub files

this depends on commit 9f5eb77992b42d484d69e879d24ef86466f20f21, which
made it possible to use a .c file for arch-specific replacements, and on
commit 2f853dd6b9a95d5b13ee8f9df762125e0588df5d, the out-of-tree build
support, which made it so that src/*/$(ARCH)/* 'replacement' files get
used even if they don't match the base name of a .c file in the parent
directory.
src/string/arm/memcpy.c [new file with mode: 0644]
src/string/arm/memcpy_le.S [moved from src/string/armel/memcpy.s with 99% similarity]
src/string/armel/memcpy.sub [deleted file]
src/string/armhf/memcpy.sub [deleted file]