Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
ghc.29433
ghc-pie.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ghc-pie.patch of Package ghc.29433
Index: ghc-8.10.7/compiler/main/DynFlags.hs =================================================================== --- ghc-8.10.7.orig/compiler/main/DynFlags.hs +++ ghc-8.10.7/compiler/main/DynFlags.hs @@ -4659,6 +4659,7 @@ default_PIC platform = -- of that. Subsequently we expect all code on aarch64/linux (and macOS) to -- be built with -fPIC. -- See #15275, #18892 + (OSLinux, ArchX86_64) -> [Opt_PIC] (OSDarwin, ArchAArch64) -> [Opt_PIC] (OSLinux, ArchAArch64) -> [Opt_PIC, Opt_ExternalDynamicRefs] (OSLinux, ArchARM {}) -> [Opt_PIC, Opt_ExternalDynamicRefs]
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