]> Git Repo - buildroot-mgba.git/commitdiff
toolchain/Config.in: update gcc version for gcc bug 68485
authorGiulio Benetti <[email protected]>
Fri, 29 Jul 2022 12:10:54 +0000 (14:10 +0200)
committerThomas Petazzoni <[email protected]>
Fri, 29 Jul 2022 19:57:00 +0000 (21:57 +0200)
Signed-off-by: Giulio Benetti <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
toolchain/Config.in

index 6071342d0147ff942625f063f2f5f9a793a0f2ef..3cc747c1cc68f3d9e562b227df321fe967f28a57 100644 (file)
@@ -139,7 +139,7 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_64735
                !BR2_TOOLCHAIN_GCC_AT_LEAST_7
 
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68485. This bug still
-# exists in gcc 9.x
+# exists in gcc 12.x
 config BR2_TOOLCHAIN_HAS_GCC_BUG_68485
        bool
        default y if BR2_microblaze
This page took 0.036231 seconds and 4 git commands to generate.