diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2009-07-25 02:04:03 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2009-07-25 02:04:03 +0000 |
commit | 3b8af96aec6a20c0602d21d0e487e0f08240de2b (patch) | |
tree | d0822750e7d6d699a2aa35e0f15715d571c02517 /gnu/lib/libstdc++/shlib_version | |
parent | 27ef2e128e225c798a000b7d050fe3733f9aa03c (diff) |
- 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@
Diffstat (limited to 'gnu/lib/libstdc++/shlib_version')
-rw-r--r-- | gnu/lib/libstdc++/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/shlib_version b/gnu/lib/libstdc++/shlib_version index b0307472561..bebcead20d0 100644 --- a/gnu/lib/libstdc++/shlib_version +++ b/gnu/lib/libstdc++/shlib_version @@ -1,2 +1,2 @@ -major=47 +major=48 minor=0 |