Adding -std=gnu++11 command-line option to CXXFLAGS 58/126658/1 accepted/tizen/4.0/base/20170811.093014 accepted/tizen/4.0/base/20170828.221319 accepted/tizen/base/20170429.025002 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20170428.015534 tizen_4.0.m1_release
authorDongkyun, Son <dongkyun.s@samsung.com>
Mon, 24 Apr 2017 12:25:18 +0000 (21:25 +0900)
committerDongkyun, Son <dongkyun.s@samsung.com>
Mon, 24 Apr 2017 12:34:04 +0000 (21:34 +0900)
commit4998addba8f80a46875b84d7a9a20f4ccddff863
tree19373a4c975ef3135b65d15639e8ef4c13d95cc3
parent9ae4711ac53e224310aee10bfa7034d2a337f934
Adding -std=gnu++11 command-line option to CXXFLAGS

GCC 6 defaults to -std=gnu++14 instead of -std=gnu++98: the C++11
standard, plus GNU extensions. Tizen prefer to update to gnu++11,
bringing in the C++11 changes but not the C++14 ones.

Change-Id: Idd30e078bf3c9ec1d31c833b5ed68f686308d410
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
macros.in
packaging/rpm-tizen_macros