]> gcc.gnu.org Git - gcc.git/commit
aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which handles the gory details...
authorZack Weinberg <zack@gcc.gnu.org>
Fri, 16 Mar 2001 20:09:36 +0000 (20:09 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 16 Mar 2001 20:09:36 +0000 (20:09 +0000)
commit2d6eb5bf63bab4c99bc257b3d61aed5244033e12
treea830e595a09d86accfc1f7a1fcb12d3dad5a72d0
parentd577781c3697326dd8b694a682fd68e54e6436fb
aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which handles the gory details of converting an object file...

* aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which
handles the gory details of converting an object file into
something that's safe to grep.
(gcc_AC_C_COMPILE_BIGENDIAN): Rename to
gcc_AC_C_COMPILE_ENDIAN.  Use gcc_AC_EXAMINE_OBJECT.  Put
newlines at either end of the string we're looking for.
Make 'checking ...' message less stilted.
(gcc_AC_C_FLOAT_FORMAT): Use gcc_AC_EXAMINE_OBJECT.  Handle
ARM in-memory layout and its hypothetical converse.  Don't
define HOST_FLOAT_WORDS_BIG_ENDIAN unless it's different from
HOST_WORDS_BIG_ENDIAN.

* configure.in: Adjust for renamed macro.  Move
gcc_AC_C_FLOAT_FORMAT below gcc_AC_C_COMPILE_ENDIAN.
* configure, config.in: Regenerate.

From-SVN: r40562
gcc/ChangeLog
gcc/aclocal.m4
gcc/config.in
gcc/configure
gcc/configure.in
This page took 0.064643 seconds and 5 git commands to generate.