CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/11/23 03:30:08
Modified files:
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
gnu/usr.bin/clang: Makefile
share/mk : bsd.own.mk
Added files:
gnu/usr.bin/clang/libLLVMDlltoolDriver: Makefile
gnu/usr.bin/clang/libLLVMLibDriver: Makefile
gnu/usr.bin/clang/llvm-ar: Makefile llvm-ar.1
Log message:
add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriver
and libLLVMLibDriver;
switch LLD_ARCHs to llvm-ar(1) by skipping the installation of binutils' ar(1)
and linking llvm-ar(1) to ar(1)
tested on amd64, i386, arm64 and mips64
ok patrick@, kettenis@