看板 DFBSD_commit 關於我們 聯絡資訊
commit 587efea751e3922ec2ffe6e2fffbe8266d64684d Author: Simon Schubert <corecode@dragonflybsd.org> Date: Mon Aug 3 10:31:22 2009 +0200 gcc34/gcc41: always set library search path Even if -nostdlib or -nodefaultlibs is specified we should pass the correct library search to ld, so that the user can then properly link against the right libs, like libc or libgcc. Summary of changes: gnu/usr.bin/cc34/cc_prep/config/dragonfly-spec.h | 3 +-- gnu/usr.bin/cc41/cc_prep/config/dragonfly-spec.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/587efea751e3922ec2ffe6e2fffbe8266d64684d -- DragonFly BSD source repository