@@ -167,24 +167,20 @@ function gcc_sources(gcc_version::VersionNumber, compiler_target::Platform; kwar
167167 " 258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526" ),
168168 ]
169169 # MacOS doesn't actually use binutils, it uses cctools
170- binutils_sources = [
171- GitSource (" https://github.com/tpoechtrager/apple-libtapi.git" ,
172- " aa37c11ad1a817248c9d1578ac99e133875b4eb5" ),
173- ]
174170 if gcc_version < v " 14"
175- binutils_sources = [
176- GitSource (" https://github.com/tpoechtrager/apple-libtapi.git" ,
177- " a66284251b46d591ee4a0cb4cf561b92a0c138d8" ),
178- GitSource (" https://github.com/tpoechtrager/cctools-port.git" ,
179- " 634a084377ee2e2932c66459b0396edf76da2e9f" ),
180- ]
171+ binutils_sources = [
172+ GitSource (" https://github.com/tpoechtrager/apple-libtapi.git" ,
173+ " a66284251b46d591ee4a0cb4cf561b92a0c138d8" ),
174+ GitSource (" https://github.com/tpoechtrager/cctools-port.git" ,
175+ " 634a084377ee2e2932c66459b0396edf76da2e9f" ),
176+ ]
181177 else
182- binutils_sources = [
183- GitSource (" https://github.com/tpoechtrager/apple-libtapi.git" ,
184- " aa37c11ad1a817248c9d1578ac99e133875b4eb5 " ),
185- GitSource (" https://github.com/tpoechtrager/cctools-port.git" ,
186- " 81f205e8ca6bbf2fdbcb6948132454fd1f97839e" ),
187- ]
178+ binutils_sources = [
179+ GitSource (" https://github.com/tpoechtrager/apple-libtapi.git" ,
180+ " 54c9044082ba35bdb2b0edf282ba1a340096154c " ),
181+ GitSource (" https://github.com/tpoechtrager/cctools-port.git" ,
182+ " 81f205e8ca6bbf2fdbcb6948132454fd1f97839e" ),
183+ ]
188184 end
189185 else
190186 # Different versions of GCC should be paired with different versions of Binutils
0 commit comments