]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port AC_C_BIGENDIAN to cross gcc -std=c11 -flto
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Jul 2022 15:53:35 +0000 (08:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Jul 2022 15:56:12 +0000 (08:56 -0700)
commit234fc6c86613ed3f366dd1d88996e4d5d85ee222
tree7f3bd2a6bc2d34d6be83a4c771a2461a10b8c93a
parente50a50c4dc5cf58b772413c719c5a0eb673dc251
Port AC_C_BIGENDIAN to cross gcc -std=c11 -flto

* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Improve the
inherently-unportable grep trick well enough to survive gcc
-std=c11 -flto when cross-compiling (sr#110687).
lib/autoconf/c.m4