-
Guillem Jover authored
This reverts commit 73ff957b. The prefix is supposed to go in the text itself instead of the spec name, which already had it. This change only apparently fixed the issue at hand because gcc started parsing it as the «[SUFFIX]:» case, completely disabling the PIE handling. Thanks-to: Thorsten Glaser <tg@mirbsd.de>
Guillem Jover authoredThis reverts commit 73ff957b. The prefix is supposed to go in the text itself instead of the spec name, which already had it. This change only apparently fixed the issue at hand because gcc started parsing it as the «[SUFFIX]:» case, completely disabling the PIE handling. Thanks-to: Thorsten Glaser <tg@mirbsd.de>
no-pie-compile.specs 77 B
*self_spec:
+ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fno-PIE}}}}}}