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"
2
2
CONFIG_CC_IS_GCC=y
3
- CONFIG_GCC_VERSION=120300
3
+ CONFIG_GCC_VERSION=140200
4
4
CONFIG_CLANG_VERSION=0
5
5
CONFIG_AS_IS_GNU=y
6
- CONFIG_AS_VERSION=23900
6
+ CONFIG_AS_VERSION=24200
7
7
CONFIG_LD_IS_BFD=y
8
- CONFIG_LD_VERSION=23900
8
+ CONFIG_LD_VERSION=24200
9
9
CONFIG_LLD_VERSION=0
10
10
CONFIG_CC_CAN_LINK=y
11
11
CONFIG_CC_CAN_LINK_STATIC=y
@@ -227,6 +227,10 @@ CONFIG_MODULE_SECTIONS=y
227
227
CONFIG_SMP=y
228
228
CONFIG_TUNE_GENERIC=y
229
229
# 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
230
234
CONFIG_TOOLCHAIN_HAS_ZICBOM=y
231
235
# CONFIG_RISCV_ISA_ZICBOM is not set
232
236
CONFIG_TOOLCHAIN_HAS_ZIHINTPAUSE=y
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function do_buildroot
37
37
38
38
function do_linux
39
39
{
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
41
41
cp -f configs/linux.config linux/.config
42
42
export PATH=" $PWD /buildroot/output/host/bin:$PATH "
43
43
export CROSS_COMPILE=riscv32-buildroot-linux-gnu-
You can’t perform that action at this time.
0 commit comments