summaryrefslogtreecommitdiffstats
path: root/asmcomp
diff options
context:
space:
mode:
Diffstat (limited to 'asmcomp')
-rw-r--r--asmcomp/asmpackager.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/asmpackager.ml b/asmcomp/asmpackager.ml
index b80e01e2f..c63f3d11b 100644
--- a/asmcomp/asmpackager.ml
+++ b/asmcomp/asmpackager.ml
@@ -251,7 +251,7 @@ let make_package_object ppf unit_names objfiles
(Ident.create_persistent targetname) coercion);
let ld_cmd =
sprintf "%s -o %s %s %s"
- Config.native_partial_linker
+ Config.native_pack_linker
(Filename.quote targetobj)
(Filename.quote objtemp)
(Ccomp.quote_files objfiles) in