[GHC] #13702: GHC can't produce position independent executables
GHC
ghc-devs at haskell.org
Mon May 15 21:53:15 UTC 2017
#13702: GHC can't produce position independent executables
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: high | Milestone: 8.2.1
Component: Compiler | Version: 8.0.2
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Due to #12759 we unconditionally pass `-no-pie` to GCC. However, there are
legitimate reasons to want a PIE. We should have a `-fPIE` flag to match
`-fPIC`, requesting that the compiler produce a position-independent
executable.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13702>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list