SHA256
6
0
forked from pool/gcc

- Adjust specs for gcc-PIE to use -pie at link-time even when

-fPIE is set (but not -shared and friends).  [bsc#1185348]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=102
This commit is contained in:
2021-04-29 08:37:56 +00:00
committed by Git OBS Bridge
parent f34a87065a
commit 5c0306a411
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 29 08:36:04 UTC 2021 - Richard Biener <rguenther@suse.com>
- Adjust specs for gcc-PIE to use -pie at link-time even when
-fPIE is set (but not -shared and friends). [bsc#1185348]
-------------------------------------------------------------------
Thu Nov 12 11:42:44 UTC 2020 - Richard Biener <rguenther@suse.com>