Skip to content

Conversation

@jhheider
Copy link
Contributor

@jhheider jhheider commented Nov 23, 2023

i think this will fix many of the build issues we've introduced on linux.

  • removes gcc, g++ links to clang (seems to confuse some software)
  • link ld to ld.lld or ld-link
$ pkgx lld
lld is a generic driver.
Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Windows), wasm-ld (WebAssembly) instead
  • symlink ld.lld.

- removes `gcc`, `g++` links to `clang` (seems to confuse some software)
- link `ld` to `ld.lld` or `ld-link`
```shell
$ pkgx lld
lld is a generic driver.
Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Windows), wasm-ld (WebAssembly) instead
```
- symlink `ld.lld`.
@jhheider jhheider requested a review from mxcl November 23, 2023 02:08
@mxcl
Copy link
Member

mxcl commented Nov 25, 2023

Worth a try

@mxcl mxcl merged commit 88841c1 into main Nov 25, 2023
@mxcl mxcl deleted the shims branch November 25, 2023 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants