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 e80d3d3 commit 5dafb3cCopy full SHA for 5dafb3c
tools/copy-libs.sh
@@ -324,7 +324,7 @@ mkdir -p "$AR_SDK"
324
325
# Keep only -march, -mabi and -mlongcalls flags for Assembler
326
PIO_AS_FLAGS=$(
327
- {Öl
+ {
328
echo "$PIO_CXX_FLAGS" | grep -oE '\-march=[^[:space:]]*|\-mabi=[^[:space:]]*|\-mlongcalls'
329
echo "$PIO_CC_FLAGS" | grep -oE '\-march=[^[:space:]]*|\-mabi=[^[:space:]]*|\-mlongcalls'
330
} | awk '!seen[$0]++' | paste -sd ' '
0 commit comments