From 8642108eae6cbb08930c10a883407a7ec2b2be1f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 15 Sep 2018 20:01:45 +0000 Subject: Bump LLVM and Clang to 6.0.1, move to user/ --- ...-Link-with-z-now-by-default-for-Alpine-Linux.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 system/clang/clang-0006-Link-with-z-now-by-default-for-Alpine-Linux.patch (limited to 'system/clang/clang-0006-Link-with-z-now-by-default-for-Alpine-Linux.patch') diff --git a/system/clang/clang-0006-Link-with-z-now-by-default-for-Alpine-Linux.patch b/system/clang/clang-0006-Link-with-z-now-by-default-for-Alpine-Linux.patch deleted file mode 100644 index 90de948f6..000000000 --- a/system/clang/clang-0006-Link-with-z-now-by-default-for-Alpine-Linux.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Natanael Copa -From: Jakub Jirutka -Date: Sun, 16 Apr 2017 16:49:00 +0100 -Subject: [PATCH] Link with -z now by default for Alpine Linux - ---- a/lib/Driver/ToolChains.cpp -+++ b/lib/Driver/ToolChains.cpp -@@ -4116,6 +4116,11 @@ - - Distro Distro(D.getVFS()); - -+ if (Distro.IsAlpineLinux()) { -+ ExtraOpts.push_back("-z"); -+ ExtraOpts.push_back("now"); -+ } -+ - if (Distro.IsOpenSUSE() || Distro.IsUbuntu() || Distro.IsAlpineLinux()) { - ExtraOpts.push_back("-z"); - ExtraOpts.push_back("relro"); -- cgit v1.2.3-60-g2f50