• Kevin Modzelewski's avatar
    Change link strategy: set rpath instead of linking some libs statically · 2f805d25
    Kevin Modzelewski authored
    Hopefully this doesn't break things for people trying non-default
    toolchains, but it might.
    
    We were previously using -static-libstdc++ to make sure that we would
    find the right libstdc++.  I noticed that we weren't getting the right
    version of libgcc_s (using the system one instead of the freshly-built
    one), so use rpath for now.
    2f805d25
Makefile 38.1 KB