* ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
[deliverable/binutils-gdb.git] / ld / ldtemplate
index 34d2da3d8340c5db53a5f7ce432a9ebc31aafbab..b627935a31578f98e4153a95f9ba3f0943a87317 100755 (executable)
@@ -61,9 +61,6 @@ static void gld<target>_before_parse()
   extern char lprefix;
   lprefix = '@';
 #else
-  ldfile_add_library_path("/lib");
-  ldfile_add_library_path("/usr/lib");
-  ldfile_add_library_path("/usr/local/lib");
 #ifndef TARGET_ /* I.e., if not generic */
   ldfile_output_architecture = bfd_arch_<arch>;
 #endif
This page took 0.023087 seconds and 4 git commands to generate.