CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2022/07/12 15:06:04
Modified files: gnu/usr.bin/clang: Makefile gnu/usr.bin/clang/lldb: Makefile gnu/usr.bin/clang/lldb-server: Makefile Log message: Only build lldb support libraries on archs where lldb is installed Shaves off a significant amount of time (eg on riscv64) in base builds. Note that you'll need bsd.own.mk rev 1.213 (which make build should take care of). ok miod@ patrick@