platform_build_soong/cc/config
Isaac Chen 9c02066b13 Build support for 32-bit armv8-a
Add armv8-a as a valid/supported 32-bit arm architecture variant. If
some known armv8-a core, like cortex-a53, cortex-a73, etc. is specified
as TARGET(_2ND)_CPU_VARIANT, the associated TARGET(_2ND)_ARCH_VARIANT
will be treated as if armv8-a is specified.

Bug: 62895439
Test: "bionic-unit-tests-static --gtest_filter=*strlen*" on Nexus 4
      (armv7-krait), emulator (armv7), and sailfish (armv8-kryo).
      The test binary for the first 2 is built with armv7-a as its
      TARGET_ARCH_VARIANT; The test binary for the last is built with
      armv8-a as its TARGET_2ND_ARCH_VARIANT.
      TARGET(_2ND)_CPU_VARIANTs of both binaries are set to "generic".

Change-Id: I53bee2974346cf485b2da54cf7aad010b0425910
2017-08-18 19:46:38 +08:00
..
arm64_device.go Pass correct emulation string to gold 2017-08-15 12:54:12 -07:00
arm_device.go Build support for 32-bit armv8-a 2017-08-18 19:46:38 +08:00
clang.go Black-list for clang LibTooling Cflags. 2017-06-19 19:43:03 -07:00
global.go Add LTO support to soong 2017-08-15 12:54:12 -07:00
integer_overflow_blacklist.txt Add integer_overflow sanitization build option. 2017-07-07 09:52:23 -07:00
mips64_device.go Revert "[mips] Disable compact branch generation" 2017-06-28 11:22:58 +02:00
mips_device.go Revert "[mips] Disable compact branch generation" 2017-06-28 11:22:58 +02:00
tidy.go Allow overriding tidy configs using environment variables 2016-11-02 15:47:20 -07:00
tidy_test.go Add clang-tidy support 2016-10-31 16:21:01 -07:00
toolchain.go Declare dependency on sanitizer runtime libraries 2017-05-08 15:57:05 -07:00
x86_64_device.go Support .asm files for assembly 2016-12-02 21:12:30 -08:00
x86_darwin_host.go Revert "Revert "Ensure environment dependencies are correct"" 2017-05-15 15:22:45 -07:00
x86_device.go Support .asm files for assembly 2016-12-02 21:12:30 -08:00
x86_linux_bionic_host.go Add LinuxBionic toolchain and switch 2017-03-15 14:18:42 -07:00
x86_linux_host.go Add Toolchain.Bionic() 2016-11-17 01:50:43 -08:00
x86_windows_host.go Enable large-address-aware for 32-bit windows 2017-03-14 13:37:26 -07:00