Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 580c675ea940
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8f30e05ce66e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 26, 2019

  1. libstdcxx: don’t set stdlib automatically

    We don’t need to set -stdlib=libstdc++. This only works on Clang so it
    is not good to set it globally. In addition, Clang knows to use
    libstdc++ on Linux by default if no stdlib is set:
    
    https://github.com/llvm-mirror/clang/blob/324f918438715b4a0d024af5930628c1674f4fcd/lib/Driver/ToolChains/Linux.cpp#L456
    
    It’s a good policy to just leave off stdlib for now.
    
    Fixes #29877.
    matthewbauer committed Jan 26, 2019
    Copy the full SHA
    f9ed5e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Merge pull request #54614 from matthewbauer/libstdcxx

    libstdcxx: don’t set stdlib automatically
    matthewbauer committed Jan 27, 2019
    Copy the full SHA
    8f30e05 View commit details
    Browse the repository at this point in the history