]> Git Repo - buildroot-mgba.git/commit - Makefile
Config.in: introduce BR2_HOST_GCC_AT_LEAST_{10,11}
authorAdam Duskett <[email protected]>
Fri, 3 Nov 2023 00:06:49 +0000 (18:06 -0600)
committerThomas Petazzoni <[email protected]>
Fri, 3 Nov 2023 19:58:09 +0000 (20:58 +0100)
commitda88933564cddd6a515f4566b5ba4263560157a2
treed73c283b57257766b1311d88d4d730768b62a8b4
parent3904d470f7a39daf47ce7e0c29212f3b2492b42b
Config.in: introduce BR2_HOST_GCC_AT_LEAST_{10,11}

NodeJS 20 requires gcc >= 10.1. Unfortunately, except for
BR2_HOST_GCC_AT_LEAST_4_9, Buildroot only handles host gcc version
with the granularity of the major release, so we will have to round up
to GCC >= 11 for NodeJS 20.

Signed-off-by: Adam Duskett <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in
Makefile
This page took 0.030251 seconds and 4 git commands to generate.