https://sourceware.org/bugzilla/show_bug.cgi?id=23903
--- Comment #6 from Mark Wielaard <mark at klomp dot org> --- It is fine for elfutils to have GNU/Linux specific code since that is the primary target. But if other platforms provide needed functionality in a different way then patches are obviously more than welcome. In the case of mremap you could even get away with something that always fails. Which would probably work just fine for Hurd, but for kfreebsd you really need to figure out first why it seems to provide a mremap function but then fails while linking. Otherwise it will be hard to know when/why to provide an alternative. -- You are receiving this mail because: You are on the CC list for the bug.