]> Savannah Git Hosting - gnulib.git/commit
crc: Support generating the tables also when cross-compiling.
authorBruno Haible <bruno@clisp.org>
Thu, 31 Oct 2024 23:17:20 +0000 (00:17 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 31 Oct 2024 23:17:20 +0000 (00:17 +0100)
commit0bf1479317d0df7a034052202a2d07aef21fd999
tree77528e5e93b6f027852d64ba8c44ef5798cffdb2
parentcb1e736c49665a12a7d22f5fd87f3f63bb8886d3
crc: Support generating the tables also when cross-compiling.

* m4/build-cc.m4: New file.
* modules/crc (Files): Add it.
(configure.ac): Invoke gl_BUILD_CC. Don't set GL_CROSS_COMPILING.
(Makefile.am): Use $(BUILD_CC) etc. instead of $(CC) etc.
ChangeLog
m4/build-cc.m4 [new file with mode: 0644]
modules/crc