Merge pull request #48851 from akien-mga/android-remove-fno-integrated-as
Android: Remove `-fno-integrated-as`, it can break arm64v8 build
This commit is contained in:
commit
9004943559
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ def configure(env):
|
||||||
env["RANLIB"] = tools_path + "/ranlib"
|
env["RANLIB"] = tools_path + "/ranlib"
|
||||||
env["AS"] = tools_path + "/as"
|
env["AS"] = tools_path + "/as"
|
||||||
|
|
||||||
common_opts = ["-fno-integrated-as", "-gcc-toolchain", gcc_toolchain_path]
|
common_opts = ["-gcc-toolchain", gcc_toolchain_path]
|
||||||
|
|
||||||
# Compile flags
|
# Compile flags
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue