Nathaniel Wesley Filardo
Nathaniel Wesley Filardo
Attempting to follow the [GrapheneOS build instructions](https://grapheneos.org/build) on a "AMD Opteron(tm) Processor 6176 SE" system, one step (`adevtool generate-all -d PIXEL_CODENAME`) involves, through a whole chain of dependencies, using `@node-rs/crc32`....
Pulling these out to a separate PR despite originating during #857 .
Please delete this repository.
`nm` might, especially in cross-compilation scenarios, be available but prefixed with the target triple. So: use `AC_PATH_TOOL` rather than `AC_PATH_PROG` to find it. (See https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Generic-Programs.html .) Found and proposed fix...