Hello,everyone, How to install gcc11 with libgccjit?

I see the gcc11 Portfile line 87-90
--------------------------
set gcc_configure_langs {c c++ objc obj-c++ lto fortran}
if {${subport} eq ${name}} {
lappend gcc_configure_langs jit
}
--------------------------

How to enable "gcc_configure_langs jit" ?

Reply via email to