There is a new pull request by leahneukirchen against master on the void-packages repository https://github.com/leahneukirchen/void-packages emacs-native-comp https://github.com/void-linux/void-packages/pull/36690 emacs: enable support for native-compilation. **Needs #28785 to be merged first, then rebased!** Closes #36543. This enables native-compilation and provides precompiled elisp files for emacs-x11 and emacs-gtk3. The plain console emacs stays without support for native compilation to keep it lean, as native-compilation pulls in libgccjit (27MB) and gcc (172MB + deps) as well as emacs-common-eln (15MB). On slow machines, native compilation can be disabled by setting ```(setq comp-deferred-compilation nil)``` in your .emacs. #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/36690.patch is attached