Skip to content
Snippets Groups Projects
Unverified Commit 195b869e authored by Harmen Stoppels's avatar Harmen Stoppels Committed by GitHub
Browse files

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

parent 393961ff
No related branches found
No related tags found
No related merge requests found
...@@ -800,11 +800,6 @@ def configure_args(self): ...@@ -800,11 +800,6 @@ def configure_args(self):
"--with-as=" + binutils.join("as"), "--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 # enable_bootstrap
if spec.satisfies("+bootstrap"): if spec.satisfies("+bootstrap"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment