Nick Desaulniers (paternity leave) 32d05db6e9
[libc][startup] set --target= for linker when cross compiling (#96342)
Otherwise the startup objects will fail to link since they were cross compiled,
but the linker is not informed of the intent to cross compile, which results in
linker errors when the host architecture does not match the target
architecture.
2024-06-21 13:30:19 -07:00
..