Issue 128415
Summary How to cross-compile libcxx and libgcc?
Labels libc++
Assignees
Reporter darealshinji
    I was trying to create a cross-build environment for the target x86_64-w64-mingw32 that was independent from GCC. Replacements for libstdc++ and libgcc were only missing, but when I try to build them here from scratch, cmake is testing if an executable can be compiled and linked and therefor fails, since the libraries I'm trying to build are missing.
Is there no way to skip this test in cmake? `-DBUILD_SHARED_LIBS=OFF` doesn't help.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to