ld/
[deliverable/binutils-gdb.git] / ld / ldmain.c
index f47758ffed5930c3ceb9048cc5019a090d23e414..5d43076dda64429e9835e47626f68c8779e94d5d 100644 (file)
@@ -247,6 +247,7 @@ main (int argc, char **argv)
   config.build_constructors = TRUE;
   config.dynamic_link = FALSE;
   config.has_shared = FALSE;
+  config.rpath_separator = ':';
   config.split_by_reloc = (unsigned) -1;
   config.split_by_file = (bfd_size_type) -1;
   config.hash_table_size = 0;
This page took 0.033538 seconds and 4 git commands to generate.