summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2001-08-12 12:22:29 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2001-08-12 12:22:29 +0000
commit6667f46047ac72968984d63b06ae1613334a1ca9 (patch)
treeb2b13d57566a53ae59f9f89763d95903c56516f4 /NEWS
parent14a3c0c71778559d7a5cbc7f6ec16ea14885999c (diff)
downloadautoconf-6667f46047ac72968984d63b06ae1613334a1ca9.tar.gz
* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
magic values from an object file when cross-compiling. Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d41b3b0a..933f8de3 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@
- --force, -f
** Bug fixes
- The top level $prefix is propagated to the AC_CONFIG_SUBDIRS configures.
+** C Macros
+- AC_C_BIGENDIAN supports the cross-compiling case.
* Major changes in Autoconf 2.52
** Documentation