CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/07/24 20:04:02
Modified files: gnu/lib/libstdc++: shlib_version gnu/usr.bin/gcc: Makefile.bsd-wrapper gnu/usr.bin/gcc/gcc/config: openbsd.h gnu/usr.bin/gcc/gcc/config/m68k: openbsd.h Log message: - enable thread model posix for gcc 3 which makes dwarf2 exception handling thread safe and enables thread safety for libstdc++ - include -D_REENTRANT when -pthread cpp arg is present (needed so boost can detect -pthread on the command line). - bump libstdc++ major See faq/current.html for instructions on how to correctly build userland for this change. okay kettenis@