diff mbox

[7/10] AArch64 Port

Message ID 5086669C.3080408@arm.com
State New
Headers show

Commit Message

Marcus Shawcroft Oct. 23, 2012, 9:42 a.m. UTC
This patch adjusts the libcpp configury for AArch64.

Proposed ChangeLog:

         * configure.ac: Enable AArch64.
         * configure: Regenerate.

Comments

Jeff Law Oct. 23, 2012, 3:13 p.m. UTC | #1
On 10/23/2012 03:42 AM, Marcus Shawcroft wrote:
> This patch adjusts the libcpp configury for AArch64.
>
> Proposed ChangeLog:
>
>          * configure.ac: Enable AArch64.
>          * configure: Regenerate.
This is fine.  Please install.

Jeff
Tom Tromey Oct. 23, 2012, 7:26 p.m. UTC | #2
>>>>> "Marcus" == Marcus Shawcroft <marcus.shawcroft@arm.com> writes:

Marcus> This patch adjusts the libcpp configury for AArch64.
Marcus> Proposed ChangeLog:

Marcus>         * configure.ac: Enable AArch64.
Marcus>         * configure: Regenerate.

This is ok.  Thanks.

Tom
diff mbox

Patch

diff --git a/libcpp/configure.ac b/libcpp/configure.ac
index 29bd8c5e6f1a7bddb628f415f3138dfeaa69a483..e62da06ce278f832084ff2080d694c99e24f8532 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* | \
diff --git a/libcpp/configure b/libcpp/configure
index 01e4462307f7ae6aa1b563133746fb45e41af74e..d33969b2b2d5f692ed39a78abd8a94c0385d071e 100755
--- a/libcpp/configure
+++ b/libcpp/configure
@@ -7096,6 +7096,7 @@  fi
 
 
 case $target in
+	aarch64*-*-* | \
 	alpha*-*-* | \
 	arm*-*-*eabi* | \
 	arm*-*-symbianelf* | \