summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-11-16 07:33:09 -0700
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-11-16 15:22:15 +0000
commit2d4c2b9850435267053edd2dfadc1faea4fa873c (patch)
treefc98977962c346b3b7b00cb6f55de3fddeb09192 /src/arch/x86/Kconfig
parent676284f3113e5658473561a9a22458d8d81c71d7 (diff)
downloadcoreboot-2d4c2b9850435267053edd2dfadc1faea4fa873c.tar.gz
coreboot-2d4c2b9850435267053edd2dfadc1faea4fa873c.tar.bz2
coreboot-2d4c2b9850435267053edd2dfadc1faea4fa873c.zip
arch/x86: Disable clang build if using verstage_before_bootblock
Clang isn't working so well with the ARM code yet. This is still breaking builders after fixing the compiler warnings. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I2653edae0b89f75ef7d06a1be523585ff66a3b89 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69701 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index f7b92506f54e..ef08f5628ef0 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -33,7 +33,7 @@ config ARCH_ALL_STAGES_X86_32
select ARCH_VERSTAGE_X86_32 if !VBOOT_STARTS_BEFORE_BOOTBLOCK
select ARCH_ROMSTAGE_X86_32
select ARCH_RAMSTAGE_X86_32
- select ARCH_SUPPORTS_CLANG
+ select ARCH_SUPPORTS_CLANG if !VBOOT_STARTS_BEFORE_BOOTBLOCK
# stage selectors for x64