| ... | ... | @@ -17179,7 +17179,7 @@ static void add_link_lib_symbol(IrAnalyze *ira, Buf *lib_name, Buf *symbol_name, |
| 17179 | 17179 | buf_sprintf("dependency on dynamic library '%s' requires enabling Position Independent Code", |
| 17180 | 17180 | buf_ptr(lib_name))); |
| 17181 | 17181 | add_error_note(ira->codegen, msg, source_node, |
| 17182 | | buf_sprintf("fixed by `--library %s` or `--enable-pic`", buf_ptr(lib_name))); |
| 17182 | buf_sprintf("fixed by `--library %s` or `-fPIC`", buf_ptr(lib_name))); |
| 17183 | 17183 | ira->codegen->reported_bad_link_libc_error = true; |
| 17184 | 17184 | } |
| 17185 | 17185 | |