看板 DFBSD_commit 關於我們 聯絡資訊
commit 5e54f4dd320a3559229c017c04dbeb94d0379a2e Author: Simon Schubert <corecode@dragonflybsd.org> Date: Wed May 27 11:32:24 2009 +0200 libthread_xu: disable use of version script Due to a bug(?) in the gcc driver, the version script has not been used previously. Since we pass it directly to the linker, threaded applications have been crashing erratically. Correctly disable the version script until this issue is resolved. Tracked-down-by: hasso@ Summary of changes: lib/libthread_xu/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5e54f4dd320a3559229c017c04dbeb94d0379a2e -- DragonFly BSD source repository