Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
cross-x86_64-binutils.26690
binutils-znow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File binutils-znow.patch of Package cross-x86_64-binutils.26690
Index: binutils-2.38/ld/ldmain.c =================================================================== --- ld/ldmain.c +++ ld/ldmain.c @@ -309,6 +309,10 @@ main (int argc, char **argv) #endif if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0) input_flags.add_DT_NEEDED_for_regular = true; + if (getenv ("SUSE_ZNOW") && atoi(getenv ("SUSE_ZNOW")) > 0) { + link_info.flags |= (bfd_vma) DF_BIND_NOW; + link_info.flags_1 |= (bfd_vma) DF_1_NOW; + } config.build_constructors = true; config.rpath_separator = ':';
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