feat(profiles): replace old [0-9]* glob by @{int}
Beware some [0-9]* glob are actually not proper @{int}.
This commit is contained in:
parent
8ea4491a56
commit
275d6b6e62
368 changed files with 637 additions and 636 deletions
|
|
@ -18,11 +18,11 @@ profile arduino-builder @{exec_path} {
|
|||
@{bin}/avr-gcc-ar rix,
|
||||
@{bin}/avr-size rix,
|
||||
@{bin}/avrdude rix,
|
||||
@{lib}/gcc/avr/[0-9]*/cc1plus rix,
|
||||
@{lib}/gcc/avr/[0-9]*/cc1 rix,
|
||||
@{lib}/gcc/avr/[0-9]*/collect2 rix,
|
||||
@{lib}/gcc/avr/[0-9]*/lto-wrapper rix,
|
||||
@{lib}/gcc/avr/[0-9]*/lto1 rix,
|
||||
@{lib}/gcc/avr/@{int}/cc1plus rix,
|
||||
@{lib}/gcc/avr/@{int}/cc1 rix,
|
||||
@{lib}/gcc/avr/@{int}/collect2 rix,
|
||||
@{lib}/gcc/avr/@{int}/lto-wrapper rix,
|
||||
@{lib}/gcc/avr/@{int}/lto1 rix,
|
||||
@{lib}/llvm-[0-9]*/bin/clang rix,
|
||||
@{lib}/avr/bin/as rix,
|
||||
@{lib}/avr/bin/ar rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue