Re: [flac-dev] 1.3.3: powerpc portability problems

2019-08-28 Thread Christian Weisgerber
Christian Weisgerber: > I have attached a patch by Jeremie Courreges-Anglas which adds > proper autoconf checks to detect and getauxval(). This > could be extended to cover elf_aux_info(). And here's the version that covers both getauxval() and elf_aux_info(). Attached. -- Christian "naddy" W

[flac-dev] 1.3.3: powerpc portability problems

2019-08-18 Thread Christian Weisgerber
The PowerPC-related changes in FLAC 1.3.3 have caused some portability problems. libFLAC/cpu.c assumes that the header and the getauxval() function are universally available on PowerPC platforms. They are not. On FreeBSD/powerpc, is available, but getauxval() is not. Equivalent functionality