Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Andreas_Schwab:riscv:ghc:bootstrap
ghc-prepare-binary-distributions
ghc-pie.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ghc-pie.patch of Package ghc-prepare-binary-distributions
Index: ghc-9.4.4/compiler/GHC/Driver/Session.hs =================================================================== --- ghc-9.4.4.orig/compiler/GHC/Driver/Session.hs +++ ghc-9.4.4/compiler/GHC/Driver/Session.hs @@ -3870,6 +3870,7 @@ default_PIC platform = -- This requires PIC on AArch64, and ExternalDynamicRefs on Linux as on top -- of that. Subsequently we expect all code on aarch64/linux (and macOS) to -- be built with -fPIC. + (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