diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-03-09 01:16:10 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2004-03-09 01:16:10 +0000 |
commit | 41d4b97939cd313122d1ea213cf0f3706964da96 (patch) | |
tree | c9268c755e289f6ff70d23b65d5a858162c11d3e /config/ChangeLog | |
parent | c589970ab1478365b856b82148b44765dcc5b859 (diff) | |
download | gcc-41d4b97939cd313122d1ea213cf0f3706964da96.tar.gz |
accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with "-c".
* accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with
"-c". Properly quote parameter for AC_MSG_ERROR.
From-SVN: r79145
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 85868b4246a..ac35d3ed19f 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2004-03-09 Hans-Peter Nilsson <hp@axis.com> + + * accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with + "-c". Properly quote parameter for AC_MSG_ERROR. + 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * acinclude.m4: Quote names of macros to be defined by AC_DEFUN |