diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-18 01:49:43 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-18 01:49:43 +0000 |
commit | 69738b31c804758802eea2d2791e51d8ed6df6d9 (patch) | |
tree | 93288870ffb704b27298ee841ea2c448f3e1bc3a /libffi/fficonfig.h.in | |
parent | 3b246ee965f37c0178454f5ca308cdb31656c17f (diff) | |
download | gcc-69738b31c804758802eea2d2791e51d8ed6df6d9.tar.gz |
2005-05-03 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
* Makefile.am (ACLOCAL_AMFLAGS): Remove -I ../config.
* aclocal.m4, configure, fficonfig.h.in, Makefile.in,
include/Makefile.in, testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99879 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/fficonfig.h.in')
-rw-r--r-- | libffi/fficonfig.h.in | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/libffi/fficonfig.h.in b/libffi/fficonfig.h.in index d010102bdc9..e0cab345cc1 100644 --- a/libffi/fficonfig.h.in +++ b/libffi/fficonfig.h.in @@ -1,8 +1,5 @@ /* fficonfig.h.in. Generated from configure.ac by autoheader. */ -/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ -#undef BYTEORDER - /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ @@ -88,10 +85,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#undef HOST_WORDS_BIG_ENDIAN - /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O @@ -113,10 +106,10 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The number of bytes in type double */ +/* The size of a `double', as computed by sizeof. */ #undef SIZEOF_DOUBLE -/* The number of bytes in type long double */ +/* The size of a `long double', as computed by sizeof. */ #undef SIZEOF_LONG_DOUBLE /* If using the C implementation of alloca, define if you know the @@ -137,5 +130,6 @@ /* Version number of package */ #undef VERSION -/* whether byteorder is bigendian */ +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN |