Change target name to freestanding_amd64_sysv

This commit is contained in:
gingerBill
2022-02-23 11:33:28 +00:00
parent 196bd735d4
commit 4a04a32e0a
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1001,10 +1001,10 @@ String lb_filepath_obj_for_module(lbModule *m) {
switch (build_context.metrics.abi) {
default:
case TargetABI_Default:
case TargetABI_GNU:
case TargetABI_SysV:
ext = STR_LIT(".o");
break;
case TargetABI_MSVC:
case TargetABI_Win64:
ext = STR_LIT(".obj");
break;
}