diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-11-09 18:34:32 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-11-09 19:09:26 +0100 |
| commit | 55fa030c3d6b697dd478390a17c5080d805af593 (patch) | |
| tree | 06115fb46b9b0a8cd815fca6b4eb183ebc774b34 /dashboard/config/linux/android-5.4-base.config | |
| parent | 22b866596bd7ad15273e24db02a0ef693737eae8 (diff) | |
dashboard/config/linux: run make configs under syz-env
make configs uses host compilers.
This produces constant diffs in the generated configs related to different compiler versions.
Suggest to run make configs under syz-env and check-in configs produced this way.
Diffstat (limited to 'dashboard/config/linux/android-5.4-base.config')
| -rw-r--r-- | dashboard/config/linux/android-5.4-base.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/android-5.4-base.config b/dashboard/config/linux/android-5.4-base.config index 7277fc362..4c218d071 100644 --- a/dashboard/config/linux/android-5.4-base.config +++ b/dashboard/config/linux/android-5.4-base.config @@ -5,10 +5,10 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 5.4.82 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="Debian clang version 11.1.0-4+build1" +CONFIG_CC_VERSION_TEXT="Debian clang version 11.0.1-2" CONFIG_GCC_VERSION=0 CONFIG_CC_IS_CLANG=y -CONFIG_CLANG_VERSION=110100 +CONFIG_CLANG_VERSION=110001 CONFIG_CC_CAN_LINK=y CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_INLINE=y |
