This website requires JavaScript.
Explore
Help
Sign In
rpms
/
redhat-rpm-config
Watch
7
Star
0
Fork
0
You've already forked redhat-rpm-config
Code
Issues
Pull Requests
Releases
Activity
82a41dfa6a
redhat-rpm-config
/
redhat-hardened-ld
6 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
redhat-hardened-{cc1,ld}: Move some of the rewrite magic to gcc specs so we don't end up with both -fPIC and -fPIE on the command line
2011-08-08 14:59:25 +00:00
*self_spec:
redhat-config-*: Use + to append rather than %rename, to protect against multiple -specs= ending up in the command line. (#892837)
2013-05-13 15:19:02 +00:00
+ %{!shared:-pie}
redhat-hardened-{cc1,ld}: Move some of the rewrite magic to gcc specs so we don't end up with both -fPIC and -fPIE on the command line
2011-08-08 14:59:25 +00:00
*link:
redhat-config-*: Use + to append rather than %rename, to protect against multiple -specs= ending up in the command line. (#892837)
2013-05-13 15:19:02 +00:00
+ -z now
Reference in New Issue
Copy Permalink