New review comment by lane-brain on void-packages repository https://github.com/void-linux/void-packages/pull/28785#discussion_r576577664 Comment: I use this when I stage the install in post_build. weirdly, the make script doesn't create the symlinks, so there has to be manual symlink creation anyways. I chose the more targeted installation because the default behavior is to install the entire gcc toolchain, so in that case I would have to go ahead and clear out all the unnecessary files. It seems much simpler to install the sonames and headers directly to isolate its libgccjit's contents from conflicting with gcc, and in line with the documentation which specifies that these are the only necessary components to work with libgccjit on top of an existing gcc installation.