rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
906 stars 60 forks source link

Remove $OVERWRITE_TARGET_TRIPLE #393

Open antoyo opened 8 months ago

antoyo commented 8 months ago

Now that #384 is merged, we can remove this env var:

https://github.com/rust-lang/rustc_codegen_gcc/blob/1075b80649da113b6ba26866803627d727fd1f08/config.sh#L29

Perhaps we can remove CG_RUSTFLAGS as well and use RUSTFLAGS directly.