gcc: Update gcc 9.X to version 9.2.0

This updates the GCC version 9.X to version 9.2.0.
The removed patches are applied upstream.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2019-08-19 01:02:43 +02:00
parent c262daf308
commit b8b7d4cbca
22 changed files with 9 additions and 90 deletions

View File

@@ -20,5 +20,5 @@ config GCC_VERSION
string
default "5.5.0" if GCC_VERSION_5
default "8.3.0" if GCC_VERSION_8
default "9.1.0" if GCC_VERSION_9
default "9.2.0" if GCC_VERSION_9
default "7.4.0"