Skip to content
  • Marcin Ślusarz's avatar
    gallium/targets: use c++ compiler for linking · 75739049
    Marcin Ślusarz authored
    As pointed out by Michel Dänzer, gcc -lstdc++ doesn't work on all systems,
    because it may require other libraries which are only pulled in implicitly
    by g++. And libstdc++ is available only with GNU compiler.
    
    Use c++ compiler for linking and remove redundant LDFLAGS += -lstdc++
    all over the tree.
    75739049