mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
host-doxygen use std::make_unique which is a C++14 feature and so not available with host gcc 4.8 so add a Config.in.host for doxygen and add host gcc 4.9 dependency to host-doxygen and sigrok C++ option Fixes: - http://autobuild.buildroot.org/results/3ac78c5d4728287bafdfeb3a54f50eb193934b63 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>