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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |other
         Resolution|---                         |INVALID

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You want -no-pie; not -fno-pie.
-no-pie turns off the linking and -fno-pie just turns off the compiler option.

Reply via email to