Skip to content

Commit

Permalink
Fixed comments related to cross-compiling to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed May 25, 2024
1 parent 45dcbb9 commit 31767c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BKEND/ir_to_llvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ errorcode_t ir_to_llvm(compiler_t *compiler, object_t *object){
}

if(compiler->cross_compile_for == CROSS_COMPILE_LINUX){
// Don't support linking output Mach-O object files
// Linking linux object files may depend on target system, so require manual linking for now
printf("GNU/Linux Object File Generated (Requires Manual Linking)\n");
printf("\nLink Command: '%s'\n", link_command);
free(objfile_filename);
Expand Down

0 comments on commit 31767c9

Please sign in to comment.