diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-10-12 22:21:46 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-10-12 22:38:02 +0200 |
commit | e901ce6f0e41da62da19ca2000e326c337c79cab (patch) | |
tree | 0b404dd4dd562b7bf7d76c327fdeb4fb7f6c3826 /target | |
parent | 9caa86fba5471121c881da9ae661b221fc54a6f0 (diff) | |
download | upstream-e901ce6f0e41da62da19ca2000e326c337c79cab.tar.gz upstream-e901ce6f0e41da62da19ca2000e326c337c79cab.tar.bz2 upstream-e901ce6f0e41da62da19ca2000e326c337c79cab.zip |
kernel: Set GCC version to 80300 by default
The kernel 4.19 configuration contains the GCC version used, set it to
8.3.0 as this is now our default compiler.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.19 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 80e3b52f47..278b969c5f 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -1604,7 +1604,7 @@ CONFIG_GACT_PROB=y # CONFIG_GAMEPORT is not set # CONFIG_GATEWORKS_GW16083 is not set # CONFIG_GCC_PLUGINS is not set -CONFIG_GCC_VERSION=70400 +CONFIG_GCC_VERSION=80300 # CONFIG_GCOV is not set # CONFIG_GCOV_KERNEL is not set # CONFIG_GDB_SCRIPTS is not set |