aboutsummaryrefslogtreecommitdiff
path: root/ld/ldtemplate
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldtemplate')
-rwxr-xr-xld/ldtemplate3
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/ldtemplate b/ld/ldtemplate
index 34d2da3..b627935 100755
--- a/ld/ldtemplate
+++ b/ld/ldtemplate
@@ -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