Stop using -march=x86-64
This commit is contained in:
parent
5dc28cc7bf
commit
49581aae12
1 changed files with 0 additions and 4 deletions
|
@ -30,9 +30,6 @@ if (current_cpu == "mipsel" || current_cpu == "mips64el" ||
|
||||||
current_cpu == "mips" || current_cpu == "mips64") {
|
current_cpu == "mips" || current_cpu == "mips64") {
|
||||||
import("//build/config/mips.gni")
|
import("//build/config/mips.gni")
|
||||||
}
|
}
|
||||||
if (current_cpu == "x64") {
|
|
||||||
import("//build/config/x64.gni")
|
|
||||||
}
|
|
||||||
if (is_mac) {
|
if (is_mac) {
|
||||||
import("//build/config/apple/symbols.gni")
|
import("//build/config/apple/symbols.gni")
|
||||||
}
|
}
|
||||||
|
@ -900,7 +897,6 @@ config("compiler_cpu_abi") {
|
||||||
if (current_cpu == "x64") {
|
if (current_cpu == "x64") {
|
||||||
cflags += [
|
cflags += [
|
||||||
"-m64",
|
"-m64",
|
||||||
"-march=$x64_arch",
|
|
||||||
"-mavx",
|
"-mavx",
|
||||||
"-maes",
|
"-maes",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue