Let the user change the dynamic linker used by ELF code.
[deliverable/binutils-gdb.git] / ld / ldmain.c
index bfe74f049f1b15e73eee3575d77b447813a4d32b..82b5a401c92466b68fd1640f93a6ac1af1261115 100644 (file)
@@ -162,6 +162,7 @@ main (argc, argv)
   config.build_constructors = true;
   config.dynamic_link = false;
   command_line.force_common_definition = false;
+  command_line.interpreter = NULL;
 
   link_info.callbacks = &link_callbacks;
   link_info.relocateable = false;
This page took 0.025335 seconds and 4 git commands to generate.