diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-09-19 19:36:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-09-19 19:36:33 +0000 |
commit | 368494d9bd4c255e72b04b9c90bc403c9b5bf4fd (patch) | |
tree | b68db332e695d694cf2320cd1a4627dde957e11a /gnu/lib | |
parent | aeb814d00078a6e67d00a9365904404a8a00bea2 (diff) |
- enable thread model posix for gcc 3 which makes dwarf2 exception
handling thread safe and enables thread safety for libstdc++
- bump libstdc++ major
See faq/current.html for instructions on how to correctly build
userland for this change.
originally from kurt@, ok miod@
Diffstat (limited to 'gnu/lib')
-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 664ad72b0a6..5bbc5cae3e1 100644 --- a/gnu/lib/libstdc++/shlib_version +++ b/gnu/lib/libstdc++/shlib_version @@ -1,2 +1,2 @@ -major=51 +major=52 minor=0 |