gcc: remove --with-ld=ld-classic (#48826)

This commit is contained in:
Harmen Stoppels 2025-02-01 22:22:53 +01:00 committed by GitHub
parent 393961ffd6
commit 195b869e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -800,11 +800,6 @@ def configure_args(self):
"--with-as=" + binutils.join("as"),
]
)
elif spec.satisfies("%apple-clang@15:"):
# https://github.com/iains/gcc-darwin-arm64/issues/117
# https://github.com/iains/gcc-12-branch/issues/22
# https://github.com/iains/gcc-13-branch/issues/8
options.append("--with-ld=/Library/Developer/CommandLineTools/usr/bin/ld-classic")
# enable_bootstrap
if spec.satisfies("+bootstrap"):