Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
cross-alpha-binutils
binutils-build-as-needed.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File binutils-build-as-needed.diff of Package cross-alpha-binutils
Index: ld/ldmain.c =================================================================== --- ld/ldmain.c.orig 2011-01-11 11:10:59.000000000 +0100 +++ ld/ldmain.c 2011-01-11 11:20:56.000000000 +0100 @@ -284,6 +284,8 @@ main (int argc, char **argv) link_info.pei386_auto_import = -1; link_info.spare_dynamic_tags = 5; link_info.path_separator = ':'; + if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0) + add_DT_NEEDED_for_regular = TRUE; ldfile_add_arch (""); emulation = get_emulation (argc, argv);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor