Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
cross-mips-binutils.5284
binutils-build-as-needed.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File binutils-build-as-needed.diff of Package cross-mips-binutils.5284
Index: ld/ldmain.c =================================================================== --- ld/ldmain.c.orig 2016-01-27 13:44:14.092983985 +0100 +++ ld/ldmain.c 2016-01-27 13:44:37.389254054 +0100 @@ -286,6 +286,8 @@ main (int argc, char **argv) #ifdef DEFAULT_FLAG_COMPRESS_DEBUG link_info.compress_debug = COMPRESS_DEBUG_GABI_ZLIB; #endif + if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0) + input_flags.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