Closed issue by xianwenchen on void-packages repository https://github.com/void-linux/void-packages/issues/29080 Description: libgccjit is an experimental just-in-time (jit) library. To enable it, one only needs to add jit to the `--enable-languages` option when configuring it [0]. Having libgccjit is good because it is a tool that has potentials. One potential is that the gccemacs branch is probably going to be merged into emacs 28 in the future [1]. libgccjit is required by the gccemacs. gccemacs uses libgccjit to compile emacs lisp to greatly speed up emacs lisp. [0] https://gcc.gnu.org/onlinedocs/jit/internals/index.html#working-on-the-jit-library [1] https://akrl.sdf.org/gccemacs.html#org45ca34b