mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
support -> supported
This commit is contained in:
@@ -1861,7 +1861,7 @@ gb_internal void init_build_context(TargetMetrics *cross_target, Subtarget subta
|
||||
|
||||
if (bc->disable_red_zone) {
|
||||
if (is_arch_wasm() && bc->metrics.os == TargetOs_freestanding) {
|
||||
gb_printf_err("-disable-red-zone is not support for this target");
|
||||
gb_printf_err("-disable-red-zone is not supported on this target");
|
||||
gb_exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -181,7 +181,7 @@ try_cross_linking:;
|
||||
case Linker_radlink: section_name = str_lit("rad-link"); break;
|
||||
#endif
|
||||
default:
|
||||
gb_printf_err("'%.*s' linker is not support for this platform\n", LIT(linker_choices[build_context.linker_choice]));
|
||||
gb_printf_err("'%.*s' linker is not supported on this platform\n", LIT(linker_choices[build_context.linker_choice]));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user