diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-05-18 01:49:43 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-05-18 01:49:43 +0000 |
commit | a097ef55fcd0c3d10daba2f02f38a810a14094c3 (patch) | |
tree | 93288870ffb704b27298ee841ea2c448f3e1bc3a /libffi/Makefile.am | |
parent | 12e5fe37a0d04facff099f93924442065ad16a3b (diff) | |
download | gcc-a097ef55fcd0c3d10daba2f02f38a810a14094c3.tar.gz |
configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
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.
From-SVN: r99879
Diffstat (limited to 'libffi/Makefile.am')
-rw-r--r-- | libffi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am index e82786cf1e0..e11397e1215 100644 --- a/libffi/Makefile.am +++ b/libffi/Makefile.am @@ -1,7 +1,7 @@ ## Process this with automake to create Makefile.in AUTOMAKE_OPTIONS = foreign subdir-objects -ACLOCAL_AMFLAGS = -I .. -I ../config +ACLOCAL_AMFLAGS = -I .. SUBDIRS = include testsuite |