https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116642

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #31 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Xi Ruoyao from comment #30)
> (In reply to Andrew Pinski from comment #29)
> > That is: `-static -pie` which should remove the requirement of
> > `-Wl,--no-dynamic-linker` too.
> > 
> > Basically a (non-static) PIE binary requires using the dynamic loader to do
> > the relocations while a static PIE does not.
> 
> Actually -static-pie.  -static-pie is different from -static -pie (with a
> space)

That's kind of confusing, tbh...

Reply via email to