2009-06-12 16:47:10 +02:00
|
|
|
Index: ld/ldmain.c
|
|
|
|
===================================================================
|
2012-09-14 14:30:55 +02:00
|
|
|
--- ld/ldmain.c.orig 2012-09-14 14:10:47.347146972 +0200
|
|
|
|
+++ ld/ldmain.c 2012-09-14 14:20:50.004126111 +0200
|
|
|
|
@@ -290,6 +290,8 @@ main (int argc, char **argv)
|
2009-06-12 16:47:10 +02:00
|
|
|
link_info.pei386_auto_import = -1;
|
|
|
|
link_info.spare_dynamic_tags = 5;
|
|
|
|
link_info.path_separator = ':';
|
2009-06-13 16:32:14 +02:00
|
|
|
+ if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0)
|
2012-09-14 14:30:55 +02:00
|
|
|
+ input_flags.add_DT_NEEDED_for_regular = TRUE;
|
2009-06-12 16:47:10 +02:00
|
|
|
|
|
|
|
ldfile_add_arch ("");
|
|
|
|
emulation = get_emulation (argc, argv);
|