diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-07 18:07:58 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-07 18:07:58 +0000 |
commit | b3552be19c1312109b6ea06579cdf4ef3fc9c4dd (patch) | |
tree | 44f4d6fd3046412557aa8c248e6d948fe847e7be /libiberty/configure.in | |
parent | 4271799d2f48ac20cd1cfe21f16b19080b084384 (diff) | |
download | gcc-b3552be19c1312109b6ea06579cdf4ef3fc9c4dd.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66565 138bc75d-0d04-0410-961f-82ee72b054a4
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 d5b3c7bbd37..4a704e8cec2 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 |