diff options
author | Jason Merrill <jason@redhat.com> | 2003-05-07 18:07:53 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2003-05-07 18:07:53 +0000 |
commit | 7108c5dc79b72e614bec4f130170343d0311d904 (patch) | |
tree | 12a8a72b93b880a0be4bc95b78f474f0b76c2c45 /libiberty/configure.in | |
parent | 208c2cd6cbe53878d1853bef936cf92e3de3b533 (diff) | |
download | gdb-7108c5dc79b72e614bec4f130170343d0311d904.zip gdb-7108c5dc79b72e614bec4f130170343d0311d904.tar.gz gdb-7108c5dc79b72e614bec4f130170343d0311d904.tar.bz2 |
libiberty/
* hashtab.c (burtle_hash): New fn.
* configure.in: Add AC_C_BIGENDIAN_CROSS.
* aclocal.m4: Include accross.m4.
* configure, config.in: Regenerate.
include/
* hashtab.h (burtle_hash): Prototype.
(burtle_hash_object): New macro.
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index d5b3c7b..4a704e8 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -114,6 +114,7 @@ AC_SUBST(OUTPUT_OPTION) AC_ISC_POSIX AC_C_CONST AC_C_INLINE +AC_C_BIGENDIAN_CROSS dnl When we start using libtool: dnl Default to a non shared library. This may be overridden by the |