If linking a library, do not link other libraries, like libc, into it!
authorChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2003 17:27:17 +0000 (17:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2003 17:27:17 +0000 (17:27 +0000)
commitfd35c6417d5d3cb7323702e5cd6fadd32f014a4f
tree8b4f324bcf4a7849390f154379e8a3006173501f
parent1edcb0939c1e5dcba138c1fa48ab84e93e7b5c13
If linking a library, do not link other libraries, like libc, into it!
This fixes lots of annoying warnings and error messages

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9677 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp