rust-lang/rustc_codegen_gcc

Get rid of the file gcc_path?

antoyo opened this issue · 2 comments

Perhaps we could check if libgccjit.so is on the system and alert the user if it cannot be found.

We'll have to study the case of having multiple libgccjit, each one targeting a different architecture.

This file doesn't exist anymore since we now have the config.toml file. Closing.