riscv64 clang support.
authordrahn <drahn@openbsd.org>
Thu, 29 Apr 2021 05:32:01 +0000 (05:32 +0000)
committerdrahn <drahn@openbsd.org>
Thu, 29 Apr 2021 05:32:01 +0000 (05:32 +0000)
commit407d883bd54df8e229b161ecbc2c5964f3d4d2d8
tree2eb64ccfd073d8fd876f8bd45eb8aab6e8eeced3
parent8a56d9bbcf8ba68b132f1e7971d09a63a2069c40
riscv64 clang support.
With several fixes from review integrated.
ok patrick@
gnu/usr.bin/clang/Makefile.arch
gnu/usr.bin/clang/include/llvm/RISCV/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/libLLVM/Makefile
gnu/usr.bin/clang/libLLVMRISCVAsmParser/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/libLLVMRISCVCodeGen/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/libLLVMRISCVDesc/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/libLLVMRISCVDisassembler/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/libLLVMRISCVInfo/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/libLLVMRISCVUtils/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/llvm-config/LibraryDependencies.inc.RISCV [new file with mode: 0644]