bug#78377: Cross-Compile - "src/make-prime-list: cannot execute: required file not found"
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
On 2025-05-13 10:01, Collin Funk wrote: > Doesn't crc32 in Gnulib handle this using $(BUILD_CC)? I imagine it > should be simple to do the same here. I can have a look later. Yes, that should work, so long as the build host isn't a Microsoft Windows platform that would require $(BUILD_EXEEXT). And that should be good enough; we don't need the full power of AX_PROG_CC_FOR_BUILD from the Autoconf Archive.