看板 DFBSD_commit 關於我們 聯絡資訊
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