Sfoglia il codice sorgente

Fixed GCC minimum version. Issue #338.

Бранимир Караџић 1 anno fa
parent
commit
59a7e51668
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      include/bx/platform.h

+ 2 - 2
include/bx/platform.h

@@ -464,9 +464,9 @@ static_assert(!BX_COMPILER_CLANG || BX_COMPILER_CLANG >= 110000, "\n\n"
 	"\t\n");
 
 // https://gcc.gnu.org/releases.html
-static_assert(!BX_COMPILER_GCC || BX_COMPILER_GCC >= 80400, "\n\n"
+static_assert(!BX_COMPILER_GCC || BX_COMPILER_GCC >= 110000, "\n\n"
 	"\t** IMPORTANT! **\n\n"
-	"\tMinimum supported GCC version is 8.4 (March 4, 2020).\n"
+	"\tMinimum supported GCC version is 11.0 (April 27, 2021).\n"
 	"\t\n");
 
 // https://learn.microsoft.com/en-us/visualstudio/releases/2019/history