Skip to content

llvm-libunwind doesn't use the right compiler for cross targets #59917

Closed
@Keruspe

Description

@Keruspe

When settings llvm-libunwind = true the "native" build works just fine, but all cross targets ends up using the host compiler and not the target one for building llvm-libunwind.
I guess we probably should set CC and friends in the libstd build environment so that the cc crates picks the right configured one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-crossArea: Cross compilationC-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions