DragonFly commits List (threaded) for 2009-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.2.172.gb740f2 master lib/libc Makefile
commit b740f28904571727f967021e3fe40133decf4659
Author: Simon Schubert <corecode@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]