Makefile.master: don't use -nodefaultlibs for c++
commit82a3c69582e2ea1fd7c5efb8106945797c39a986
authorLauri Tirkkonen <lotheac@iki.fi>
Sat, 11 May 2019 22:07:54 +0000 (11 22:07 +0000)
committerLauri Tirkkonen <lotheac@iki.fi>
Sun, 12 May 2019 14:43:48 +0000 (12 17:43 +0300)
tree311db1a0d3d691325f0a82032ecda34351c2a259
parent6b17760872f8d0e85e787f678714c381d3b61f57
Makefile.master: don't use -nodefaultlibs for c++

libstdc++ needs some libgcc symbols, and libgcc.a is in a pretty weird path
since we don't have libgcc_s.so any more. just allow default libs for c++, we
are linking against system-installed libstdc++ anyway.
usr/src/Makefile.master