diff --git a/riscv-gnu-toolchain.rb b/riscv-gnu-toolchain.rb index 09210cc..da2b6a3 100644 --- a/riscv-gnu-toolchain.rb +++ b/riscv-gnu-toolchain.rb @@ -65,8 +65,9 @@ def install # Workaround for M1 # See https://github.com/riscv/homebrew-riscv/issues/47 - system "sed", "-i", ".bak", "s/.*=host-darwin.o$//", "gcc/gcc/config.host" - system "sed", "-i", ".bak", "s/.* x-darwin.$//", "gcc/gcc/config.host" + # 2024-01-11 Commenting out because no longer needed? + # system "sed", "-i", ".bak", "s/.*=host-darwin.o$//", "gcc/gcc/config.host" + # system "sed", "-i", ".bak", "s/.* x-darwin.$//", "gcc/gcc/config.host" system "./configure", *args system "make"