Discussion:
base compiler & build options
Filippo Moretti via freebsd-current
2021-04-22 11:20:53 UTC
Permalink
I run FreeBSD STING 14.0-CURRENT FreeBSD 14.0-CURRENT #24 main-n246214-78ffcb86d98: Tue Apr 20 17:51:50 CEST 2021     ***@STING:/usr/obj/usr/src/amd64.amd64/sys/STING  amd64

will llvm12 be merged on main or should I get it manually?In order to only build amd64 is it correct toWITHOUT_LLVM_TARGET_ALLWITH_LLVM_TARGET_X86sincerelyFilippo
Dimitry Andric
2021-04-23 19:44:45 UTC
Permalink
Post by Filippo Moretti via freebsd-current
will llvm12 be merged on main or should I get it manually?
I'm working on it, but it might take a while. You could install the
llvm12 package (or build the port if you have cycles to spare), and try
to see what happens when you build world. Your mileage may vary...
Post by Filippo Moretti via freebsd-current
In order to only build amd64 is it correct toWITHOUT_LLVM_TARGET_ALLWITH_LLVM_TARGET_X86sincerelyFilippo
From src.conf(5):

WITHOUT_LLVM_TARGET_ALL
Only build the required LLVM target support. This option is
preferred to specific target support options.

So you only need that option. The native target is always enabled.

-Dimitry

Loading...