GCC: fix build with Apple Clang 15 (#40318)
This commit is contained in:
parent
390b0aa25c
commit
b781a530a1
@ -783,6 +783,11 @@ 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"):
|
||||||
|
Loading…
Reference in New Issue
Block a user