]> git.proxmox.com Git - mirror_edk2.git/commit
StdLib: Do not define memcpy for AARCH64 builds
authorScott Duplichan <scott@notabs.org>
Sun, 26 Jul 2015 08:07:20 +0000 (08:07 +0000)
committerjljusten <jljusten@Edk2>
Sun, 26 Jul 2015 08:07:20 +0000 (08:07 +0000)
commit88656abf1b3a690969851880ba2b134e0d144625
tree75b078abd7c55b1492612c17c1916149213b2bbd
parentd948fe96a570b610383111df87076e75188694d4
StdLib: Do not define memcpy for AARCH64 builds

For AARCH64, do not define a memcpy function in stdlib because it is
already defined in CompilerIntrinsicsLib.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Daryl McDaniel <edk2-lists@mc2research.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18063 6f19259b-4bc3-4df7-8a09-765794883524
StdLib/LibC/String/Copying.c