aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2003-03-21 17:19:34 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-03-21 17:19:34 +0000
commit2d295af59d55eb80d9565b4cd48dc9bdc159a958 (patch)
tree65607b3fcff2b2a513022f6350656e003dc14fa1 /gcc/config.in
parent649eaf9bfd466d7e98f1ba41e57ac39f440c989e (diff)
downloadgcc-2d295af59d55eb80d9565b4cd48dc9bdc159a958.zip
gcc-2d295af59d55eb80d9565b4cd48dc9bdc159a958.tar.gz
gcc-2d295af59d55eb80d9565b4cd48dc9bdc159a958.tar.bz2
aclocal.m4 (gcc_AC_EXAMINE_OBJECT, [...]): Delete.
* aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete. * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT. * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN in comment. From-SVN: r64672
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 5b54b05..f0d4c3c 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader. */
+/* config.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if using alloca.c. */
#undef C_ALLOCA
@@ -382,17 +382,6 @@
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
#undef BYTEORDER
-/* Define to the floating point format of the host machine, if not IEEE. */
-#undef HOST_FLOAT_FORMAT
-
-/* Define to 1 if the host machine stores floating point numbers in
- memory with the word containing the sign bit at the lowest address,
- or to 0 if it does it the other way around.
-
- This macro should not be defined if the ordering is the same as for
- multi-word integers. */
-#undef HOST_FLOAT_WORDS_BIG_ENDIAN
-
/* Define if you have a working <inttypes.h> header file. */
#undef HAVE_INTTYPES_H