]> git.pld-linux.org Git - packages/llvm.git/blobdiff - llvm-pld.patch
- ups, was using older tarball; update to final one now
[packages/llvm.git] / llvm-pld.patch
index 96d8bda7c66f89d634ddc5b36cdc0ec17ecb7c1b..c9c88047afbb365a5ba5db688683de8c693ec6fd 100644 (file)
@@ -59,7 +59,7 @@
 @@ -2088,7 +2100,7 @@
    // ABI requires a mapping between the GOT and the symbol table.
    // Android loader does not support .gnu.hash.
-   if (!isMipsArch(Arch) && !IsAndroid) {
+   if (!IsMips && !IsAndroid) {
 -    if (IsRedhat(Distro) || IsOpenSuse(Distro) ||
 +    if (IsRedhat(Distro) || IsOpenSuse(Distro) || IsPLD(Distro) ||
          (IsUbuntu(Distro) && Distro >= UbuntuMaverick))
This page took 0.034756 seconds and 4 git commands to generate.