We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7503c0 commit 5ae577dCopy full SHA for 5ae577d
.gitlab-ci.yml
@@ -16,6 +16,9 @@ variables:
16
GCC_REL_NAME: "esp-2022r1"
17
GCC_REL_VER: "gcc11_2_0"
18
NEWLIB_REF: "esp-4.1.0_20230425"
19
+ # TODO: LLVM-248. Upgrade binutils above 2.36 when Clang will be upgraded to >=17.x
20
+ # which supports 'zicsr' or 'zifencei' RISCV extensions via '-march='
21
+ # https://www.spinics.net/lists/stable/msg645015.html
22
BINUTILS_REF: "esp-2022r1-binutils"
23
XTENSA_OVERLAYS_REF: "master"
24
LLVM_GCC_TESTSUITE_REF: "esp-16.0.0-20230425"
0 commit comments