diff mbox

[9/10] AArch64 Port

Message ID 508666A1.4050308@arm.com
State New
Headers show

Commit Message

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

Proposed ChangeLog:

         * configure.tgt: Add AArch64.

Comments

Jakub Jelinek Oct. 23, 2012, 9:46 a.m. UTC | #1
On Tue, Oct 23, 2012 at 10:42:57AM +0100, Marcus Shawcroft wrote:
> This patch adjusts the libgomp configury for AArch64.
> 
> Proposed ChangeLog:
> 
>         * configure.tgt: Add AArch64.

This is ok.

> diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
> index d5a1480e4812634ae280238684cb2187b2c618f8..2eecc93a349f3afe9e0afbbc2e98194065873498 100644
> --- a/libgomp/configure.tgt
> +++ b/libgomp/configure.tgt
> @@ -27,6 +27,10 @@ config_path="posix"
>  if test $enable_linux_futex = yes; then
>    case "${target}" in
>  
> +    aarch64*-*-linux*)
> +	config_path="linux posix"
> +	;;
> +
>      alpha*-*-linux*)
>  	config_path="linux/alpha linux posix"
>  	;;


	Jakub
diff mbox

Patch

diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
index d5a1480e4812634ae280238684cb2187b2c618f8..2eecc93a349f3afe9e0afbbc2e98194065873498 100644
--- a/libgomp/configure.tgt
+++ b/libgomp/configure.tgt
@@ -27,6 +27,10 @@  config_path="posix"
 if test $enable_linux_futex = yes; then
   case "${target}" in
 
+    aarch64*-*-linux*)
+	config_path="linux posix"
+	;;
+
     alpha*-*-linux*)
 	config_path="linux/alpha linux posix"
 	;;