summaryrefslogtreecommitdiff
path: root/hurd/building
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-04-14 09:02:07 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-04-14 09:02:07 +0200
commit03501d57c9b91735de313c834a0d4fb23e48928e (patch)
treed72ad70a91cfb5e84fd74547804f86a7d6b70978 /hurd/building
parent376c893e82a6925656150a7443e7d153919851a0 (diff)
hurd/building/cross-compiling: C++.
open_issues/gcc/c++: Fix pending.
Diffstat (limited to 'hurd/building')
-rw-r--r--hurd/building/cross-compiling.mdwn2
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.