diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-04-14 09:02:07 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-04-14 09:02:07 +0200 |
commit | 03501d57c9b91735de313c834a0d4fb23e48928e (patch) | |
tree | d72ad70a91cfb5e84fd74547804f86a7d6b70978 /hurd | |
parent | 376c893e82a6925656150a7443e7d153919851a0 (diff) |
hurd/building/cross-compiling: C++.
open_issues/gcc/c++: Fix pending.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn index 8f08817a..d5beade9 100644 --- a/hurd/building/cross-compiling.mdwn +++ b/hurd/building/cross-compiling.mdwn @@ -26,7 +26,7 @@ Read through it. Understand it. Only then use it by following the next steps. /!\ Please note that these cross toolchains does not yet encompass all of the functionality that native toolchains provide. For example, there is only -support for C so far, but not for C++ and other languages. A bunch of fixes / +support for C and C++ so far, but not for other languages. A bunch of fixes / enhancements of [[glibc]] are missing. We're working towards minimizing these differences, as well as towards pushing all patches upstream. |