Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
cross-mips-binutils
binutils-build-as-needed.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File binutils-build-as-needed.diff of Package cross-mips-binutils
Index: ld/ldmain.c =================================================================== --- ld/ldmain.c.orig 2009-06-09 14:34:35.000000000 +0200 +++ ld/ldmain.c 2009-06-09 14:47:37.000000000 +0200 @@ -277,6 +277,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) + as_needed = 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