Re: building with llvm16 pkg fails in tests

2023-08-22 Thread Ronald Klop
On 8/19/23 22:28, Ronald Klop wrote: On 8/17/23 21:33, Brooks Davis wrote: On Thu, Aug 17, 2023 at 12:45:06PM +0200, Ronald Klop wrote: Hi, To save time on my Raspberry Pi I would like to build FreeBSD using a llvm pkg instead of llvm in the tree. My /etc/make.conf: WITHOUT_TOOLCHAIN=yes LD=

Re: building with llvm16 pkg fails in tests

2023-08-19 Thread Ronald Klop
On 8/17/23 21:33, Brooks Davis wrote: On Thu, Aug 17, 2023 at 12:45:06PM +0200, Ronald Klop wrote: Hi, To save time on my Raspberry Pi I would like to build FreeBSD using a llvm pkg instead of llvm in the tree. My /etc/make.conf: WITHOUT_TOOLCHAIN=yes LD=/usr/local/llvm16/bin/ld.lld CC=/usr/l

Re: building with llvm16 pkg fails in tests

2023-08-17 Thread Brooks Davis
On Thu, Aug 17, 2023 at 07:33:33PM +, Brooks Davis wrote: > On Thu, Aug 17, 2023 at 12:45:06PM +0200, Ronald Klop wrote: > > Hi, > > > > To save time on my Raspberry Pi I would like to build FreeBSD using a llvm > > pkg instead of llvm in the tree. > > > > My /etc/make.conf: > > WITHOUT_TOOL

Re: building with llvm16 pkg fails in tests

2023-08-17 Thread Mark Millard
Ronald Klop wrote on Date: Thu, 17 Aug 2023 10:45:06 UTC : > To save time on my Raspberry Pi I would like to build FreeBSD using a llvm > pkg instead of llvm in the tree. > > My /etc/make.conf: > WITHOUT_TOOLCHAIN=yes > LD=/usr/local/llvm16/bin/ld.lld > CC=/usr/local/llvm16/bin/clang > CXX=/usr

Re: building with llvm16 pkg fails in tests

2023-08-17 Thread Brooks Davis
On Thu, Aug 17, 2023 at 12:45:06PM +0200, Ronald Klop wrote: > Hi, > > To save time on my Raspberry Pi I would like to build FreeBSD using a llvm > pkg instead of llvm in the tree. > > My /etc/make.conf: > WITHOUT_TOOLCHAIN=yes > LD=/usr/local/llvm16/bin/ld.lld > CC=/usr/local/llvm16/bin/clang >

building with llvm16 pkg fails in tests

2023-08-17 Thread Ronald Klop
Hi, To save time on my Raspberry Pi I would like to build FreeBSD using a llvm pkg instead of llvm in the tree. My /etc/make.conf: WITHOUT_TOOLCHAIN=yes LD=/usr/local/llvm16/bin/ld.lld CC=/usr/local/llvm16/bin/clang CXX=/usr/local/llvm16/bin/clang++ CPP=/usr/local/llvm16/bin/clang-cpp OBJCOPY=/