Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously gccWithoutTargetLibc was built with `langCC = false;`, which meant stdenvNoLibc had C++ support when not cross compiling or when the host platform toolchain is LLVM, but did not have C++ support when cross compiling for a non-Darwin and non-LLVM host platform. This patch fixes issues when cross compiling C++ packages built with stdenvNoLibc like LLVM libc and the mlibc package I'm (sanana) working on. Co-Authored-By: Artturin <[email protected]>
- Loading branch information