disable use of arm memcpy asm if building as thumb code
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Dec 2016 00:39:28 +0000 (19:39 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Dec 2016 00:39:28 +0000 (19:39 -0500)
commit9067a3006ea2f84395ab23a1dd30191387312e0c
tree31c178c465dee5fefbf861753a2e56714ae12953
parentfbbeda172d6f146067f9f57ab1498cf99c8d1007
disable use of arm memcpy asm if building as thumb code

the thumb incompatibilities in the asm are probably only minor and
should be fixable, but for now just use the C version.
src/string/arm/memcpy.c
src/string/arm/memcpy_le.S