Fix for GCC 4.7 not supporting thread_local C++11 feature
authorRafal Krypa <r.krypa@samsung.com>
Wed, 13 Jul 2016 14:20:16 +0000 (16:20 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 29 Jul 2016 08:45:24 +0000 (10:45 +0200)
commit9195948f2e32bc28d5fb4e3c5bdcde83528f3089
tree786c40dcd5c0d38a5abd2a0ee9af9d6c6ad23d03
parent0d29334a8d62e63df19745d346fdebd989e52ceb
Fix for GCC 4.7 not supporting thread_local C++11 feature

It must be at least GCC 4.8 to use C++11 thread_local specifier.
Bump GCC version for C++11 workarounds to 4.8.

Change-Id: I1f96d307aec12aae87bc0749ab2c5d1acb60e765
include/logger/config.hpp