Files
CMake/Source
Raphael Kubo da Costa ffa6f057b4 Avoid using C11 to build CMake if _Thread_local support is broken
Support for C11's _Thread_local was introduced in GCC in the 4.9 series,
even though we make the C11 compiler flags available in CMake with GCC
>= 4.6.

FreeBSD's runetype.h uses _Thread_local, which causes CMake's own build
to fail when using GCC < 4.9 and -std=gnu11:

  /usr/include/runetype.h:92:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'const'
   extern _Thread_local const _RuneLocale *_ThreadRuneLocale;

Add a test for _Thread_local support and only build CMake itself with
C11 support if it works.

Bug: http://www.cmake.org/Bug/view.php?id=15741
2015-09-15 10:51:54 -04:00
..
2015-09-01 09:53:32 -04:00
2015-07-23 15:33:10 -04:00
2015-09-15 00:01:04 -04:00
2015-05-04 22:32:20 +02:00
2015-08-03 09:22:25 -04:00
2015-06-07 09:32:24 +02:00
2015-08-27 10:04:09 -04:00
2015-08-27 10:07:32 -04:00
2015-05-19 22:36:51 +02:00
2015-04-13 11:44:15 -04:00