Fix the behaviour of --allow-shlib-undefined, so that it does what it claims
[deliverable/binutils-gdb.git] / ld / ldmain.c
index 9be371198f8cad52ac8cdaeae89fcd32c4c46f13..3aaef5d8bb01af689af6ef4397ece418286a9d06 100644 (file)
@@ -265,7 +265,7 @@ main (argc, argv)
   link_info.traditional_format = FALSE;
   link_info.optimize = FALSE;
   link_info.no_undefined = FALSE;
-  link_info.allow_shlib_undefined = FALSE;
+  link_info.allow_shlib_undefined = TRUE;
   link_info.allow_multiple_definition = FALSE;
   link_info.allow_undefined_version = TRUE;
   link_info.keep_memory = TRUE;
This page took 0.03086 seconds and 4 git commands to generate.