diff options
author | xentec <xentec@aix0.eu> | 2017-10-23 18:27:32 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-14 18:42:44 +0100 |
commit | 60c32c79a11ee7715f20aeebd381299120c43eb0 (patch) | |
tree | 22de0e87cb31a859622fce93eec1afca6440a348 /main/clang/clang-0002-Use-z-relro-on-Alpine-Linux.patch | |
parent | b4767fa4037857bb3393650e351e69d16a5d7e56 (diff) | |
download | aports-60c32c79a11ee7715f20aeebd381299120c43eb0.tar.bz2 aports-60c32c79a11ee7715f20aeebd381299120c43eb0.tar.xz |
main/clang: upgrade to 5.0.0
Diffstat (limited to 'main/clang/clang-0002-Use-z-relro-on-Alpine-Linux.patch')
-rw-r--r-- | main/clang/clang-0002-Use-z-relro-on-Alpine-Linux.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/main/clang/clang-0002-Use-z-relro-on-Alpine-Linux.patch b/main/clang/clang-0002-Use-z-relro-on-Alpine-Linux.patch deleted file mode 100644 index 45fce6e13a..0000000000 --- a/main/clang/clang-0002-Use-z-relro-on-Alpine-Linux.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Natanael Copa <ncopa@alpinelinux.org> -From: Jakub Jirutka <jakub@jirutka.cz> -Date: Sun, 16 Apr 2017 16:49:00 +0100 -Subject: [PATCH] Use "-z relro" on Alpine Linux - ---- a/lib/Driver/ToolChains.cpp -+++ b/lib/Driver/ToolChains.cpp -@@ -4112,7 +4112,7 @@ - - Distro Distro(D.getVFS()); - -- if (Distro.IsOpenSUSE() || Distro.IsUbuntu()) { -+ if (Distro.IsOpenSUSE() || Distro.IsUbuntu() || Distro.IsAlpineLinux()) { - ExtraOpts.push_back("-z"); - ExtraOpts.push_back("relro"); - } |