aboutsummaryrefslogtreecommitdiff
path: root/libffi/aclocal.m4
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2004-08-30 15:43:03 +0000
committerAnthony Green <green@gcc.gnu.org>2004-08-30 15:43:03 +0000
commit88d8c771f98c83763f2ee41e5046417795a97eac (patch)
treea36cbe1ac1d0a30e257ceffcce0d0b8b21e90faa /libffi/aclocal.m4
parent8dc2b10365a3d9def1a6e0412db0cc0177cfad6d (diff)
downloadgcc-88d8c771f98c83763f2ee41e5046417795a97eac.zip
gcc-88d8c771f98c83763f2ee41e5046417795a97eac.tar.gz
gcc-88d8c771f98c83763f2ee41e5046417795a97eac.tar.bz2
Makefile.am: Add frv support.
2004-08-30 Anthony Green <green@redhat.com> * Makefile.am: Add frv support. * Makefile.in, testsuite/Makefile.in: Rebuilt. * configure.ac: Read configure.host. * configure, aclocal.m4: Rebuilt. * configure.host: New file. frv-elf needs libgloss. * include/ffi.h.in: Force ffi_closure to have a nice big (8) alignment. This is needed to frv and should harm the others. * include/ffi_common.h (ALIGN_DOWN): New macro. * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files. From-SVN: r86779
Diffstat (limited to 'libffi/aclocal.m4')
-rw-r--r--libffi/aclocal.m415
1 files changed, 5 insertions, 10 deletions
diff --git a/libffi/aclocal.m4 b/libffi/aclocal.m4
index ba0f25a..ab4855b 100644
--- a/libffi/aclocal.m4
+++ b/libffi/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.8.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.8.3 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.
@@ -40,7 +40,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.8.5])])
+ [AM_AUTOMAKE_VERSION([1.8.3])])
# Figure out how to run the assembler. -*- Autoconf -*-
@@ -298,14 +298,9 @@ AC_CACHE_CHECK([dependency style of $depcc],
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+ # (even with -Werror). So we grep stderr for any message
+ # that says an option was ignored.
+ if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
am_cv_$1_dependencies_compiler_type=$depmode
break
fi