platform_build_soong/cc/config
Colin Cross 39d450b374 Move -fno-canonical-system-headers to global cflags
-fno-canonical-system-headers is required for gcc to use relative
paths to system headers in deps files, and is stripped out for
clang.  Move it to the global flags so it affects windows gcc builds.

Bug: 68719465
Test: m checkbuild
Test: prebuilts/build-tools/linux-x86/bin/ninja -f out/combined-${TARGET_PRODUCT}.ninja -t deps | grep -E '^[[:space:]]*/' | sort | uniq
Change-Id: Ia9befd7cf8cfd714241e636fb786c319aecc79fe
2017-11-06 12:56:34 -08:00
..
arm64_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
arm_device.go Move -fomit-frame-pointer to armCflags 2017-11-03 22:28:12 -07:00
cfi_exports.map Revert "Revert "Build system changes for CFI (Soong)"" 2017-11-01 12:50:01 -07:00
clang.go Switch to clang-4393122. 2017-10-30 16:00:44 +00:00
global.go Move -fno-canonical-system-headers to global cflags 2017-11-06 12:56:34 -08:00
integer_overflow_blacklist.txt Add integer_overflow sanitization build option. 2017-07-07 09:52:23 -07:00
mips64_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
mips_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07: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 Explicitly link the profile runtime during PGO 2017-10-04 22:25:19 -07:00
x86_64_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
x86_darwin_host.go Consolidate global cflags 2017-11-03 11:34:45 -07:00
x86_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
x86_linux_bionic_host.go Remove -Wl,--gc-sections from target flags 2017-11-03 11:34:45 -07:00
x86_linux_host.go Consolidate global cflags 2017-11-03 11:34:45 -07:00
x86_windows_host.go Consolidate global cflags 2017-11-03 11:34:45 -07:00