From feaa89a1bcc643a9c3892bb56e020e00779bbb3a Mon Sep 17 00:00:00 2001 From: Serban Constantinescu Date: Mon, 7 Oct 2013 16:49:09 +0100 Subject: AArch64: Add support for AArch64 to the syscall interface This patch adds support for AArch64 to the syscall interface. The kernel implementation exports a set of canonical syscalls, therefore some of the userspace exported syscalls are implemented as stubs based on the canonical set. Change-Id: Ia965d71e97769b8be9d7655193fc40303964c4df Signed-off-by: Serban Constantinescu --- libc/tools/bionic_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/tools/bionic_utils.py') diff --git a/libc/tools/bionic_utils.py b/libc/tools/bionic_utils.py index f8d889732..39dc76aa8 100644 --- a/libc/tools/bionic_utils.py +++ b/libc/tools/bionic_utils.py @@ -2,7 +2,7 @@ import sys, os, commands, string -all_arches = [ "arm", "mips", "x86", "x86_64" ] +all_arches = [ "aarch64", "arm", "mips", "x86", "x86_64" ] # basic debugging trace support # call D_setlevel to set the verbosity level -- cgit v1.2.3