|
Lines 284-289
main (int argc, char **argv)
Link Here
|
| 284 |
link_info.pei386_auto_import = -1; |
284 |
link_info.pei386_auto_import = -1; |
| 285 |
link_info.spare_dynamic_tags = 5; |
285 |
link_info.spare_dynamic_tags = 5; |
| 286 |
link_info.path_separator = ':'; |
286 |
link_info.path_separator = ':'; |
|
|
287 |
if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0) |
| 288 |
add_DT_NEEDED_for_regular = TRUE; |
| 287 |
|
289 |
|
| 288 |
ldfile_add_arch (""); |
290 |
ldfile_add_arch (""); |
| 289 |
emulation = get_emulation (argc, argv); |
291 |
emulation = get_emulation (argc, argv); |