Fix darwin build failures (because of compilation warnings).

"%ld" is the printf specifier for "long int", which is 64-bit on 64-bit
machines, and 32-bit on 32-bit hosts. While uint64_t is always 64 bits,
so replace it with macro "PRIu64".

Tested:
  ./build.py --host "linux" --toolchain aarch64-linux-android
  ./build.py --host "linux" --toolchain arm-linux-androideabi
  ./build.py --host "linux" --toolchain mipsel-linux-android
  ./build.py --host "windows" --toolchain arm-linux-androideabi

Change-Id: I9f0b322ed14e6feb7a110bfebcff963cf94d7703
2 files changed
tree: de39c7a5039c0b956638f566ac02e715a2830783
  1. binutils-2.25/