We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69780a3 commit 0b31fd2Copy full SHA for 0b31fd2
tools/copy-libs.sh
@@ -332,7 +332,7 @@ if [ "$IS_XTENSA" = "y" ]; then
332
elif [ "$IDF_TARGET" = "esp32p4" ]; then
333
echo " \"-march=rv32imafc_zicsr_zifencei_xesppie\"" >> "$AR_PLATFORMIO_PY"
334
else
335
- echo " \"-march=rv32imc\"" >> "$AR_PLATFORMIO_PY"
+ echo " \"-march=rv32imc_zicsr_zifencei\"" >> "$AR_PLATFORMIO_PY"
336
fi
337
echo " ]," >> "$AR_PLATFORMIO_PY"
338
echo "" >> "$AR_PLATFORMIO_PY"
0 commit comments