libc: link with -nodefaultlibs -lgcc instead of -nolibc
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 30 Jul 2009 08:58:55 +0000 (10:58 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Sun, 2 Aug 2009 17:13:47 +0000 (19:13 +0200)
commitb740f28904571727f967021e3fe40133decf4659
treed396f5be7d21c4afd6e9b59afa50f17e8f55571a
parent8a8a45a0f2266aa1fb0e58f23c2a6db755e3f13f
libc: link with -nodefaultlibs -lgcc instead of -nolibc

The -nolibc flag is a proprietary DragonFly construct, which is only
used by libc.  It is unnecessary, because the same behavior can be
achieved by specifying -nodefaultslibs -lgcc for linking.
lib/libc/Makefile