mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-09 03:23:17 +00:00
remove patch applied upstream
This commit is contained in:
parent
ac0c7b3679
commit
14c16b2035
15
debian/patches/risc/clang-riscv64-multiarch.diff
vendored
15
debian/patches/risc/clang-riscv64-multiarch.diff
vendored
@ -1,15 +0,0 @@
|
|||||||
Index: llvm-toolchain-snapshot_15~++20220530092849+bcf3d5248678/clang/lib/Driver/ToolChains/Linux.cpp
|
|
||||||
===================================================================
|
|
||||||
--- llvm-toolchain-snapshot_15~++20220530092849+bcf3d5248678.orig/clang/lib/Driver/ToolChains/Linux.cpp
|
|
||||||
+++ llvm-toolchain-snapshot_15~++20220530092849+bcf3d5248678/clang/lib/Driver/ToolChains/Linux.cpp
|
|
||||||
@@ -115,6 +115,10 @@ std::string Linux::getMultiarchTriple(co
|
|
||||||
return "mips64el-linux-gnu";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
+ case llvm::Triple::riscv64:
|
|
||||||
+ if (D.getVFS().exists(SysRoot + "/lib/riscv64-linux-gnu"))
|
|
||||||
+ return "riscv64-linux-gnu";
|
|
||||||
+ break;
|
|
||||||
case llvm::Triple::ppc:
|
|
||||||
if (D.getVFS().exists(concat(SysRoot, "/lib/powerpc-linux-gnuspe")))
|
|
||||||
return "powerpc-linux-gnuspe";
|
|
3
debian/patches/series
vendored
3
debian/patches/series
vendored
@ -113,9 +113,6 @@ hurd/hurd-pathmax.diff
|
|||||||
930008-arm.diff
|
930008-arm.diff
|
||||||
bootstrap-fix-include-next.diff
|
bootstrap-fix-include-next.diff
|
||||||
|
|
||||||
# riscv64
|
|
||||||
risc/clang-riscv64-multiarch.diff
|
|
||||||
|
|
||||||
# sparc64
|
# sparc64
|
||||||
D98574.patch
|
D98574.patch
|
||||||
D98575.patch
|
D98575.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user