mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-24 11:58:41 +00:00
crosvm: set ARM_TRIPLE to armv7a-cros-linux-gnueabihf
This changes ARM_TRIPLE to armv7a-cros-linux-gnueabihf because we are renaming the abi from armv7a-cros-linux-gnueabi to armv7a-cros-linux-gnueabihf BUG=chromium:711369 TEST=FEATURES="test" emerge-kevin crosvm Change-Id: I4b4352f7cba47ba6492e733dd1d16796dadd3275 Reviewed-on: https://chromium-review.googlesource.com/1241538 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Yunlian Jiang <yunlian@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
This commit is contained in:
parent
36d4ec520e
commit
610fa31a0b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import shutil
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
ARM_TRIPLE = os.getenv('ARM_TRIPLE', 'armv7a-cros-linux-gnueabi')
|
||||
ARM_TRIPLE = os.getenv('ARM_TRIPLE', 'armv7a-cros-linux-gnueabihf')
|
||||
AARCH64_TRIPLE = os.getenv('AARCH64_TRIPLE', 'aarch64-cros-linux-gnu')
|
||||
X86_64_TRIPLE = os.getenv('X86_64_TRIPLE', 'x86_64-cros-linux-gnu')
|
||||
|
||||
|
|
Loading…
Reference in a new issue