diff options
author | Dan Willemsen <dwillemsen@google.com> | 2018-09-04 22:25:59 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2018-09-06 22:37:54 +0000 |
commit | f640dbcd1ff943fd54261cfd58eb078e7d228662 (patch) | |
tree | 2dfacb6ebd03c848edee56168a07e76ea6b2e851 /cc/config/x86_windows_host.go | |
parent | 3dceee3241a5677315990bef133186889ce101d2 (diff) | |
download | build_soong-f640dbcd1ff943fd54261cfd58eb078e7d228662.tar.gz build_soong-f640dbcd1ff943fd54261cfd58eb078e7d228662.tar.bz2 build_soong-f640dbcd1ff943fd54261cfd58eb078e7d228662.zip |
Remove GCC support from Make
We need to keep support in Soong until toolchain_library no longer uses
GCC.
Test: out/build-aosp_arm64.ninja is the same before/after
Test: build_test on downstream branches
Change-Id: Ib78bcd6d5544afc3a3164f65fa72a3f08b2acf29
Diffstat (limited to 'cc/config/x86_windows_host.go')
-rw-r--r-- | cc/config/x86_windows_host.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index 9003e858..65b9e6c4 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go @@ -233,10 +233,6 @@ func (t *toolchainWindowsX8664) WindresFlags() string { return "-F pe-x86-64" } -func (t *toolchainWindows) ClangSupported() bool { - return true -} - func (t *toolchainWindowsX86) ClangTriple() string { return "i686-windows-gnu" } |