[gn build] port 6e6704b0dc2c
This commit is contained in:
parent
087e721dd8
commit
c68c19fb87
@ -525,6 +525,10 @@ static_library("builtins") {
|
||||
"hexagon/umodsi3.S",
|
||||
]
|
||||
}
|
||||
if (current_cpu == "loongarch" || current_cpu == "loongarch64") {
|
||||
sources -= [ "fp_mode.c" ]
|
||||
sources += [ "loongarch/fp_mode.c" ]
|
||||
}
|
||||
|
||||
if (current_cpu == "ppc64") {
|
||||
sources += [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user