From 0d3442bf36ad057f60bb82cd67e5c00cdebd09dd Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 29 Apr 2005 14:00:03 +0000 Subject: 2005-04-29 Paolo Bonzini Sync from gcc: 2005-04-22 Bernd Schmidt * config.sub: Update from master copy. 2005-04-19 Hans-Peter Nilsson * configure.in : New local variable libgcj_ex_libffi. Have specific match for *-*-linux*. Separate matches for "*-*-aout" and "*-*-elf". Don't disable libffi for "*-*-elf" and "*-*-linux*". * configure: Regenerate. config: 2005-04-29 Paolo Bonzini * acx.m4 (ACX_PROG_GNAT): Remove stray break. --- config/ChangeLog | 6 +++++- config/acx.m4 | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 4a6f3c380..cf260f0ef 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,10 @@ +2005-04-29 Paolo Bonzini + + * acx.m4 (ACX_PROG_GNAT): Remove stray break. + 2005-03-31 Paolo Bonzini - * config/gcc-lib-path.m4: Remove. + * gcc-lib-path.m4: Remove. 2005-03-21 Zack Weinberg diff --git a/config/acx.m4 b/config/acx.m4 index 6d3e6d5d5..b52342cf4 100644 --- a/config/acx.m4 +++ b/config/acx.m4 @@ -212,7 +212,6 @@ acx_cv_cc_gcc_supports_ada=no errors=`(${CC} -c conftest.adb) 2>&1 || echo failure` if test x"$errors" = x && test -f conftest.$ac_objext; then acx_cv_cc_gcc_supports_ada=yes - break fi rm -f conftest.*]) -- cgit v1.2.3