Use -std=c11 for C11 conform/ tests.
commitcaf2d83659ce326c23bca0393a2a88749c4a9def
authorJoseph Myers <joseph@codesourcery.com>
Tue, 27 Oct 2015 17:11:31 +0000 (27 17:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 27 Oct 2015 17:11:31 +0000 (27 17:11 +0000)
tree72e08b3b90953dafac71547fc003aca33b99d312
parentb08b42183537d91556ad8649717aa8e61e564207
Use -std=c11 for C11 conform/ tests.

Now that GCC 4.7 or later is required to build glibc, this patch makes
the conformance tests use -std=c11 for C11 tests instead of -std=c1x
-D_ISOC11_SOURCE.

Tested for x86_64 and x86 (conform/ tests).

* conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead
of -std=c1x -D_ISOC11_SOURCE.
ChangeLog
conform/GlibcConform.pm