mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
The new version requires an extra features in the toolchain and won't build with a specific gcc bug, therefore two new toolchain options are added as dependencies: * !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 * BR2_TOOLCHAIN_HAS_UCONTEXT Signed-off-by: Koen Martens <gmc@sonologic.nl> Reviewed-by: Joel Carlson <JoelsonCarl@gmail.com> Tested-by: Joel Carlson <JoelsonCarl@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>