This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-21 22:47:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
96e9fcd326
genode
/
libports
/
ports
/
stdcxx.inc
3 lines
65 B
PHP
Raw
Normal View
History
Unescape
Escape
libports: stdcxx 4.7.2 update Fixes #469.
2012-11-08 13:10:34 +00:00
STDCXX_VERSION
=
4.7
.
2
Add stdcxx-4.6.1 to libports, fix #339 This patch adds libstdc++ to libports. With the previous version of the stdcxx library, the build system used the C++ standard library that comes with the compiler. This mechanism was prone to inconsistencies of types defined in the header files used at compile time of the tool chain and the types provided by our libc. By building the C++ standard library as part of the Genode build process, such inconsistencies cannot happen anymore. Note that the patch changes the meaning of the 'stdcxx' library for users that happened to rely on 'stdcxx' for hybrid Linux/Genode applications. For such uses, the original mechanism is still available, in the renamed form of 'toolchain_stdcxx'.
2012-08-31 15:13:06 +00:00
STDCXX
=
stdcxx
-
$
(
STDCXX_VERSION
)
Reference in New Issue
Copy Permalink