Merge pull request #54614 from matthewbauer/libstdcxx

libstdcxx: don’t set stdlib automatically
This commit is contained in:
Matthew Bauer
2019-01-27 13:55:27 -05:00
committed by GitHub

View File

@@ -2,4 +2,3 @@
getHostRole
export NIX_${role_pre}CXXSTDLIB_COMPILE+=" -isystem $(echo -n @gcc@/include/c++/*) -isystem $(echo -n @gcc@/include/c++/*)/$(@gcc@/bin/gcc -dumpmachine)"
export NIX_${role_pre}CXXSTDLIB_LINK=" -stdlib=libstdc++"