Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83460?usp=email )
Change subject: [only for test] test build using C2x dialect ......................................................................
[only for test] test build using C2x dialect
Change-Id: I4e8d3b07abea2c88455fcd5455ac1eb847b8322d Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/83460/1
diff --git a/src/Kconfig b/src/Kconfig index 14cea50..2052803 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -100,7 +100,7 @@
config ALLOW_UNSUPPORTED_C2X bool - default n + default y help C2x is not supported. Don't enable this option. Use only to build test and prepar for C2x dialect.