看板 DFBSD_commit 關於我們 聯絡資訊
commit 7a045c67fcd319271fea59b66b99c5c979293e59 Author: Hasso Tepper <hasso@estpak.ee> Date: Tue Jul 14 19:14:15 2009 +0300 Fix randomly seen problems with linking C++ programs. Binutils 2.17 supports COMDAT groups and .nsubspa comdat option. It should fix randomly seen linking errors like: `.gnu.linkonce.t.something' referenced in section `.gnu.linkonce.r.something' of some_object: defined in discarded section `.gnu.linkonce.t.something' of some_object. Digged-out-by: corecode@ Summary of changes: gnu/usr.bin/cc41/cc_prep/dragonfly-native.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a045c67fcd319271fea59b66b99c5c979293e59 -- DragonFly BSD source repository