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-0003-Use-hash-style-gnu-for-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-0003-Use-hash-style-gnu-for-Alpine-Linux.patch')
| -rw-r--r-- | main/clang/clang-0003-Use-hash-style-gnu-for-Alpine-Linux.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/main/clang/clang-0003-Use-hash-style-gnu-for-Alpine-Linux.patch b/main/clang/clang-0003-Use-hash-style-gnu-for-Alpine-Linux.patch deleted file mode 100644 index 0b66323288..0000000000 --- a/main/clang/clang-0003-Use-hash-style-gnu-for-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 --hash-style=gnu for Alpine Linux - ---- a/lib/Driver/ToolChains.cpp -+++ b/lib/Driver/ToolChains.cpp -@@ -4132,7 +4132,7 @@ - // ABI requires a mapping between the GOT and the symbol table. - // Android loader does not support .gnu.hash. - if (!IsMips && !IsAndroid) { -- if (Distro.IsRedhat() || Distro.IsOpenSUSE() || -+ if (Distro.IsRedhat() || Distro.IsOpenSUSE() || Distro.IsAlpineLinux() || - (Distro.IsUbuntu() && Distro >= Distro::UbuntuMaverick)) - ExtraOpts.push_back("--hash-style=gnu"); - |
