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
commit 8f30e05ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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++"