diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-07-01 12:28:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-05 17:56:14 +0000 |
commit | 5b7befa1b989315a57f4fb49b8381ce06ded96c9 (patch) | |
tree | ef08980d3525ee01131078415e2f553f7d58c156 /main/gcc/hardenednopiessp.specs | |
parent | 25c19fed5767953094db3d80079717b8c83baa05 (diff) | |
download | aports-5b7befa1b989315a57f4fb49b8381ce06ded96c9.tar.bz2 aports-5b7befa1b989315a57f4fb49b8381ce06ded96c9.tar.xz |
main/gcc: upgrade to 6.1.0
- use --enable-default-pie
- patch bind now, ssp-strong, fortify and as-needed to be defaults
- remove gentoo esp patches as unneeded (deprecated by the above)
- update ecj
- remove upstreamed musl patches, add current musl patches
- support musl's static pie
- fix some bootstrapping related issues
Diffstat (limited to 'main/gcc/hardenednopiessp.specs')
-rw-r--r-- | main/gcc/hardenednopiessp.specs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/gcc/hardenednopiessp.specs b/main/gcc/hardenednopiessp.specs deleted file mode 100644 index 307abbdaaf..0000000000 --- a/main/gcc/hardenednopiessp.specs +++ /dev/null @@ -1,4 +0,0 @@ -%include <hardenednossp.specs> -%include <hardenednopie.specs> - - |