[tnozaki-elftoolchain] TNF local patch for libelf - _libelf_host_byteorder() to determin host endian on the fly in a portable way

Issue #273 resolved
Takehiko NOZAKI repo owner created an issue
  • gcc-4.5 doesn't support __BYTE_ORDER__ pre-dedined macro
  • using <sys/endian.h> and BYTE_ORDER macro is not portable