commit | da88933564cddd6a515f4566b5ba4263560157a2 | [log] [tgz] |
---|---|---|
author | Adam Duskett <adam.duskett@amarulasolutions.com> | Thu Nov 02 18:06:49 2023 -0600 |
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | Fri Nov 03 20:58:09 2023 +0100 |
tree | d73c283b57257766b1311d88d4d730768b62a8b4 | |
parent | 3904d470f7a39daf47ce7e0c29212f3b2492b42b [diff] |
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 <adam.duskett@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>