From 04ce690f70113fd90a05ae800d703e3ea4d35634 Mon Sep 17 00:00:00 2001 From: Ian Bolton Date: Tue, 23 Oct 2012 17:24:58 +0000 Subject: [PATCH] AArch64 [7/10] 2012-10-23 Ian Bolton Jim MacArthur Marcus Shawcroft Nigel Stephens Ramana Radhakrishnan Richard Earnshaw Sofiane Naci Stephen Thomas Tejas Belagod Yufeng Zhang * configure.ac: Enable AArch64. * configure: Regenerate. Co-Authored-By: Jim MacArthur Co-Authored-By: Marcus Shawcroft Co-Authored-By: Nigel Stephens Co-Authored-By: Ramana Radhakrishnan Co-Authored-By: Richard Earnshaw Co-Authored-By: Sofiane Naci Co-Authored-By: Stephen Thomas Co-Authored-By: Tejas Belagod Co-Authored-By: Yufeng Zhang From-SVN: r192728 --- libcpp/ChangeLog | 14 ++++++++++++++ libcpp/configure | 1 + libcpp/configure.ac | 1 + 3 files changed, 16 insertions(+) diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 9b833522836..4bd0b26aa5e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,17 @@ +2012-10-23 Ian Bolton + Jim MacArthur + Marcus Shawcroft + Nigel Stephens + Ramana Radhakrishnan + Richard Earnshaw + Sofiane Naci + Stephen Thomas + Tejas Belagod + Yufeng Zhang + + * configure.ac: Enable AArch64. + * configure: Regenerate. + 2012-10-23 Joseph Myers * files.c (struct _cpp_file): Add implicit_preinclude. diff --git a/libcpp/configure b/libcpp/configure index 01e4462307f..d33969b2b2d 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7096,6 +7096,7 @@ fi case $target in + aarch64*-*-* | \ alpha*-*-* | \ arm*-*-*eabi* | \ arm*-*-symbianelf* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 29bd8c5e6f1..e62da06ce27 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -134,6 +134,7 @@ fi m4_changequote(,) case $target in + aarch64*-*-* | \ alpha*-*-* | \ arm*-*-*eabi* | \ arm*-*-symbianelf* | \