Disable integrated-as for Mips am: 58e2dcdeda
am: fcd6ca6f91
Change-Id: I6d6bbdcb871f9b29ce4c690f8bb21d1cc021e921
This commit is contained in:
committed by
android-build-merger
commit
04b14deba5
@@ -52,6 +52,7 @@ var (
|
||||
|
||||
mipsClangCflags = append(mipsCflags, []string{
|
||||
"-fPIC",
|
||||
"-fno-integrated-as",
|
||||
}...)
|
||||
|
||||
mipsCppflags = []string{
|
||||
@@ -219,7 +220,7 @@ func (t *toolchainMips) ToolchainClangCflags() string {
|
||||
}
|
||||
|
||||
func (t *toolchainMips) ClangAsflags() string {
|
||||
return "-fPIC"
|
||||
return "-fPIC -fno-integrated-as"
|
||||
}
|
||||
|
||||
func (t *toolchainMips) ClangCflags() string {
|
||||
|
Reference in New Issue
Block a user