[gn build] (manually) port fb7a435492

This commit is contained in:
Nico Weber 2022-05-02 07:23:10 -04:00
parent c5e875f599
commit d21289e042
1 changed files with 8 additions and 0 deletions

View File

@ -433,6 +433,14 @@ static_library("builtins") {
}
}
if (current_cpu == "avr") {
sources += [
"avr/exit.S",
"avr/mulhi3.S",
"avr/mulqi3.S",
]
}
if (current_cpu == "hexagon") {
sources += [
"hexagon/common_entry_exit_abi1.S",