DragonFly-2.3.2.172.gb740f2 master lib/libc Makefile
Simon Schubert
corecode at crater.dragonflybsd.org
Sun Aug 2 16:48:06 PDT 2009
commit b740f28904571727f967021e3fe40133decf4659
Author: Simon Schubert <corecode at dragonflybsd.org>
Date: Thu Jul 30 10:58:55 2009 +0200
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.
Summary of changes:
lib/libc/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b740f28904571727f967021e3fe40133decf4659
--
DragonFly BSD source repository
More information about the Commits
mailing list