File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- CONFIG_CC_VERSION_TEXT="riscv32-buildroot-linux-gnu-gcc.br_real (Buildroot 2023.05 .1) 12.3 .0"
1+ CONFIG_CC_VERSION_TEXT="riscv32-buildroot-linux-gnu-gcc.br_real (Buildroot 2024.11 .1) 14.2 .0"
22CONFIG_CC_IS_GCC=y
3- CONFIG_GCC_VERSION=120300
3+ CONFIG_GCC_VERSION=140200
44CONFIG_CLANG_VERSION=0
55CONFIG_AS_IS_GNU=y
6- CONFIG_AS_VERSION=23900
6+ CONFIG_AS_VERSION=24200
77CONFIG_LD_IS_BFD=y
8- CONFIG_LD_VERSION=23900
8+ CONFIG_LD_VERSION=24200
99CONFIG_LLD_VERSION=0
1010CONFIG_CC_CAN_LINK=y
1111CONFIG_CC_CAN_LINK_STATIC=y
@@ -227,6 +227,10 @@ CONFIG_MODULE_SECTIONS=y
227227CONFIG_SMP=y
228228CONFIG_TUNE_GENERIC=y
229229# CONFIG_RISCV_ISA_C is not set
230+ # CONFIG_RISCV_ISA_ZAWRS is not set
231+ # CONFIG_RISCV_ISA_ZBA is not set
232+ # CONFIG_RISCV_ISA_ZBB is not set
233+ # CONFIG_RISCV_ISA_ZBC is not set
230234CONFIG_TOOLCHAIN_HAS_ZICBOM=y
231235# CONFIG_RISCV_ISA_ZICBOM is not set
232236CONFIG_TOOLCHAIN_HAS_ZIHINTPAUSE=y
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function do_buildroot
3737
3838function do_linux
3939{
40- ASSERT git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git -b linux-6.1 .y --depth=1
40+ ASSERT git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git -b linux-6.12 .y --depth=1
4141 cp -f configs/linux.config linux/.config
4242 export PATH=" $PWD /buildroot/output/host/bin:$PATH "
4343 export CROSS_COMPILE=riscv32-buildroot-linux-gnu-
You can’t perform that action at this time.
0 commit comments