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 f2bef1d commit 69780a3Copy full SHA for 69780a3
tools/copy-libs.sh
@@ -329,6 +329,8 @@ cat configs/pio_start.txt > "$AR_PLATFORMIO_PY"
329
echo " ASFLAGS=[" >> "$AR_PLATFORMIO_PY"
330
if [ "$IS_XTENSA" = "y" ]; then
331
echo " \"-mlongcalls\"" >> "$AR_PLATFORMIO_PY"
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"
336
fi
0 commit comments