Skip to content

Commit 5dafb3c

Browse files
authored
grrr typo
Refactor PIO_AS_FLAGS to correctly filter assembler flags.
1 parent e80d3d3 commit 5dafb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ mkdir -p "$AR_SDK"
324324

325325
# Keep only -march, -mabi and -mlongcalls flags for Assembler
326326
PIO_AS_FLAGS=$(
327-
{Öl
327+
{
328328
echo "$PIO_CXX_FLAGS" | grep -oE '\-march=[^[:space:]]*|\-mabi=[^[:space:]]*|\-mlongcalls'
329329
echo "$PIO_CC_FLAGS" | grep -oE '\-march=[^[:space:]]*|\-mabi=[^[:space:]]*|\-mlongcalls'
330330
} | awk '!seen[$0]++' | paste -sd ' '

0 commit comments

Comments
 (0)