From: Jan-Benedict Glaw Date: Mon, 22 Apr 2013 15:25:09 +0000 (+0000) Subject: 2013-04-22 Jan-Benedict Glaw X-Git-Tag: cygwin-64bit-premerge~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7d5abf103017e9e74d666e6ea574d8f9f248ac8;p=thirdparty%2Fbinutils-gdb.git 2013-04-22 Jan-Benedict Glaw * configure.ac: Sync with GCC. * configure: Regenerated. --- diff --git a/ChangeLog b/ChangeLog index 07594a4fa5b..0f71f05c2da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-04-22 Jan-Benedict Glaw + + * configure.ac: Sync with GCC. + * configure: Regenerated. + 2013-03-22 Mike Frysinger * src-release (VER): Change bfd/configure.in sed to use the new diff --git a/configure b/configure index d809535ed0a..e161cada19e 100755 --- a/configure +++ b/configure @@ -3272,6 +3272,8 @@ esac # Disable Java if libffi is not supported. case "${target}" in + aarch64-*-*) + ;; alpha*-*-*) ;; arm*-*-*) diff --git a/configure.ac b/configure.ac index 48ec1aae6b4..bec489fc395 100644 --- a/configure.ac +++ b/configure.ac @@ -611,6 +611,8 @@ esac # Disable Java if libffi is not supported. case "${target}" in + aarch64-*-*) + ;; alpha*-*-*) ;; arm*-*-*)