summaryrefslogtreecommitdiff
path: root/config/u-boot/amd64coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'config/u-boot/amd64coreboot')
-rw-r--r--config/u-boot/amd64coreboot/config/default4
-rw-r--r--config/u-boot/amd64coreboot/target.cfg2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/u-boot/amd64coreboot/config/default b/config/u-boot/amd64coreboot/config/default
index d44de2d3..7c2a45f0 100644
--- a/config/u-boot/amd64coreboot/config/default
+++ b/config/u-boot/amd64coreboot/config/default
@@ -4,7 +4,7 @@
#
#
-# Compiler: gcc (Debian 12.2.0-14) 12.2.0
+# Compiler: gcc (Debian 14.2.0-19) 14.2.0
#
CONFIG_CREATE_ARCH_SYMLINK=y
CONFIG_SUPPORT_LITTLE_ENDIAN=y
@@ -141,7 +141,7 @@ CONFIG_SYS_LITTLE_ENDIAN=y
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=120200
+CONFIG_GCC_VERSION=140200
CONFIG_CLANG_VERSION=0
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_CC_OPTIMIZE_FOR_SPEED is not set
diff --git a/config/u-boot/amd64coreboot/target.cfg b/config/u-boot/amd64coreboot/target.cfg
index 8b89408e..d3415dc6 100644
--- a/config/u-boot/amd64coreboot/target.cfg
+++ b/config/u-boot/amd64coreboot/target.cfg
@@ -2,6 +2,6 @@
tree="x86_64"
# test building with x86_64 hostcc by commenting these:
-# xtree="default" # coreboot tree containing crossgcc
+# xgcctree="default" # coreboot tree containing crossgcc
# xarch="x86_64-elf"
# or uncomment them to use crossgcc(buggy)