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 9567cdb commit e80d3d3Copy full SHA for e80d3d3
tools/copy-libs.sh
@@ -326,7 +326,7 @@ mkdir -p "$AR_SDK"
326
PIO_AS_FLAGS=$(
327
{Öl
328
echo "$PIO_CXX_FLAGS" | grep -oE '\-march=[^[:space:]]*|\-mabi=[^[:space:]]*|\-mlongcalls'
329
- echo "$PIO_C_FLAGS" | grep -oE '\-march=[^[:space:]]*|\-mabi=[^[:space:]]*|\-mlongcalls'
+ echo "$PIO_CC_FLAGS" | grep -oE '\-march=[^[:space:]]*|\-mabi=[^[:space:]]*|\-mlongcalls'
330
} | awk '!seen[$0]++' | paste -sd ' '
331
)
332
0 commit comments