the bitrig master branch has been updated by patrick with 1 new commit: commit 13ae866e25bac4a288ffa88059530ad7cf3d8708 diff: https://github.com/bitrig/bitrig/commit/13ae866 author: Patrick Wildt <[email protected]> date: Tue Oct 7 21:50:47 2014 +0200
clang: make aarch64 target work again In the ports clang, we had support for the AArch64 target. When we imported it into base, we tried to keep that status. Even though we compile the libraries and have a patch in clang, which enables an aarch64 Bitrig target, we do not enable that in compile-time. cmake used to take care of that in pots. Therefore, enable the AArch64 target in the config files and make the llvm binaries depend on those libraries. No objections from pedro@. M lib/clang/include/llvm/Config/AsmParsers.def M lib/clang/include/llvm/Config/AsmPrinters.def M lib/clang/include/llvm/Config/Disassemblers.def M lib/clang/include/llvm/Config/Targets.def M lib/clang/libllvmaarch64instprinter/Makefile M usr.bin/clang/clang/Makefile M usr.bin/clang/llc/Makefile M usr.bin/clang/llvm-mc/Makefile M usr.bin/clang/llvm-objdump/Makefile M usr.bin/clang/llvm-rtdyld/Makefile M usr.bin/clang/opt/Makefile
