From 09ed5f798886f450d1c66f0af50111e54e3c8870 Mon Sep 17 00:00:00 2001 From: Eric Molitor Date: Sun, 6 Jan 2019 13:24:53 +0000 Subject: main/clang: upgrade to 7.0.1 --- .../0003-Use-hash-style-gnu-for-Alpine-Linux.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 main/clang/0003-Use-hash-style-gnu-for-Alpine-Linux.patch (limited to 'main/clang/0003-Use-hash-style-gnu-for-Alpine-Linux.patch') diff --git a/main/clang/0003-Use-hash-style-gnu-for-Alpine-Linux.patch b/main/clang/0003-Use-hash-style-gnu-for-Alpine-Linux.patch deleted file mode 100644 index 542fefcd20..0000000000 --- a/main/clang/0003-Use-hash-style-gnu-for-Alpine-Linux.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 54f4c1daac9e4489b48c477758217cd01c6c8f0a Mon Sep 17 00:00:00 2001 -From: Jakub Jirutka -Date: Sun, 16 Apr 2017 16:49:00 +0100 -Subject: [PATCH 3/7] Use --hash-style=gnu for Alpine Linux - ---- - lib/Driver/ToolChains/Linux.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/Driver/ToolChains/Linux.cpp b/lib/Driver/ToolChains/Linux.cpp -index 9dbf9bd..1201df6 100644 ---- a/lib/Driver/ToolChains/Linux.cpp -+++ b/lib/Driver/ToolChains/Linux.cpp -@@ -232,7 +232,7 @@ Linux::Linux(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) - // Android loader does not support .gnu.hash. - // Hexagon linker/loader does not support .gnu.hash - if (!IsMips && !IsAndroid && !IsHexagon) { -- if (Distro.IsRedhat() || Distro.IsOpenSUSE() || -+ if (Distro.IsRedhat() || Distro.IsOpenSUSE() || Distro.IsAlpineLinux() || - (Distro.IsUbuntu() && Distro >= Distro::UbuntuMaverick)) - ExtraOpts.push_back("--hash-style=gnu"); - --- -2.14.1 - -- cgit v1.2.3