aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/sourcebuild.texi
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2014-08-04 08:29:59 +0000
committerTom de Vries <vries@gcc.gnu.org>2014-08-04 08:29:59 +0000
commitb085b0e9fe53565eb8b1a8402dd50a8d57d6af93 (patch)
treee791d0d1c2e3bd5028f4289b0da011759c2ea73f /gcc/doc/sourcebuild.texi
parentdfaff97b614755b2ac6787c541af837f200d274b (diff)
downloadgcc-b085b0e9fe53565eb8b1a8402dd50a8d57d6af93.zip
gcc-b085b0e9fe53565eb8b1a8402dd50a8d57d6af93.tar.gz
gcc-b085b0e9fe53565eb8b1a8402dd50a8d57d6af93.tar.bz2
For cproj test-case, use glibc version xfail
2014-08-04 Tom de Vries <tom@codesourcery.com> * gcc.dg/cproj-fails-with-broken-glibc.c: Use xfail for broken glibc version instead of required-target. * lib/target-supports.exp (check_effective_target_not_glibc_2_11_or_earlier): Replace by ... (check_effective_target_glibc_2_11_or_earlier): ... this. * doc/sourcebuild.texi (glibc, glibc_2_12_or_later) (glibc_2_11_or_earlier): Document effective-target keywords. From-SVN: r213543
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r--gcc/doc/sourcebuild.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 39152df..0793f80 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1804,6 +1804,15 @@ Target is a VxWorks RTP.
@item wchar
Target supports wide characters.
+
+@item glibc
+Target supports glibc
+
+@item glibc_2_12_or_later
+Target supports glibc 2.12 or later
+
+@item glibc_2_11_or_earlier
+Target supports glibc 2.11 or earlier
@end table
@subsubsection Other attributes