Match and link Gecko_ExceptionPPC and uart_console_write

Former-commit-id: 0e8b7c5637
This commit is contained in:
2022-10-10 10:44:50 -07:00
parent 387f4a4019
commit 7fbf44a471
7 changed files with 115 additions and 4 deletions

View File

@@ -849,7 +849,7 @@ LIBS = [
["Runtime/ptmf", True],
"Runtime/runtime",
["Runtime/__init_cpp_exceptions", True],
"Runtime/Gecko_ExceptionPPC",
["Runtime/Gecko_ExceptionPPC", True],
["Runtime/abort_exit", True],
"Runtime/alloc",
"Runtime/ansi_files",
@@ -872,7 +872,7 @@ LIBS = [
"Runtime/string",
"Runtime/float",
"Runtime/strtold",
"Runtime/uart_console_io",
["Runtime/uart_console_io", True],
["Runtime/wchar_io", True],
["Runtime/e_acos", True],
["Runtime/e_asin", True],