bionic: rename aarch64 target to arm64

Rename aarch64 build targets to arm64.  The gcc toolchain is still
aarch64.

Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
This commit is contained in:
Colin Cross
2014-01-21 19:50:58 -08:00
parent 5b4884fac9
commit d1973ca513
261 changed files with 349 additions and 354 deletions

View File

@@ -2,7 +2,7 @@
import sys, os, commands, string
all_arches = [ "aarch64", "arm", "mips", "x86", "x86_64" ]
all_arches = [ "arm", "arm64", "mips", "x86", "x86_64" ]
# basic debugging trace support
# call D_setlevel to set the verbosity level