Update gcc and binutils

This commit is contained in:
Josh Holtrop 2023-11-02 11:53:35 -04:00
parent 9932b92963
commit 2eec448653

View File

@ -1,8 +1,8 @@
project_name "x86_64-elf-gcc" project_name "x86_64-elf-gcc"
binutils_version = "2.35" binutils_version = "2.41"
binutils_checksum = "1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85" binutils_checksum = "ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450"
gcc_version = "10.2.0" gcc_version = "13.2.0"
gcc_checksum = "b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c" gcc_checksum = "e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da"
install_path = File.expand_path("x86_64-elf-gcc") install_path = File.expand_path("x86_64-elf-gcc")
target = "x86_64-elf" target = "x86_64-elf"
path_prepend "#{install_path}/bin" path_prepend "#{install_path}/bin"