summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-20 16:00:36 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-20 22:40:17 +0200
commit9694305ae0b2a7dbdcc74e2c646d392ceed9876f (patch)
tree37c2ee16ff7f4350c718ef4625b1524e66a1a510 /package/gcc
parentc061e39ca23642297ca568f5bd0edfbe92903a0a (diff)
downloadbuildroot-9694305ae0b2a7dbdcc74e2c646d392ceed9876f.tar.gz
buildroot-9694305ae0b2a7dbdcc74e2c646d392ceed9876f.zip
pinentry: fix build issue with gcc 5.x
pinentry currently fails to build with gcc 5.x, because it uses some functionality from std::string that requires C++11 without passing the appropriate -std= value. We fix this by passing a proper -std= option when gcc >= 5.x. Note that this can be removed once pinentry is bumped to the newest version (currently 0.9.7) because they no longer use std::string in the Qt part. Fixes: http://autobuild.buildroot.net/results/6ea64f692acaebc4d58f3371c632b5121500f17e/ (and many, many similar build failures) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> One-beer-granted-to: Yann E. MORIN <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud